Interface TlsSession


public interface TlsSession
Base interface for a carrier object for a TLS session.
  • Method Details

    • exportSessionParameters

      SessionParameters exportSessionParameters()
    • getSessionID

      byte[] getSessionID()
    • invalidate

      void invalidate()
    • isResumable

      boolean isResumable()