Class PqcTransportSession

java.lang.Object
co.ankatech.ankasecure.sdk.transport.PqcTransportSession

public class PqcTransportSession extends Object
Internal representation of a PQC transport session: holds sessionId, AES key, and creation timestamp.
  • Method Details

    • getSessionId

      public String getSessionId()
    • getAesKey

      public SecretKey getAesKey()
    • getCreatedAt

      public Instant getCreatedAt()