Class SessionParameters

java.lang.Object
org.bouncycastle.tls.SessionParameters

public final class SessionParameters extends Object
  • Method Details

    • clear

      public void clear()
    • copy

      public SessionParameters copy()
    • getCipherSuite

      public int getCipherSuite()
    • getLocalCertificate

      public Certificate getLocalCertificate()
    • getMasterSecret

      public TlsSecret getMasterSecret()
    • getNegotiatedVersion

      public ProtocolVersion getNegotiatedVersion()
    • getPeerCertificate

      public Certificate getPeerCertificate()
    • getPSKIdentity

      public byte[] getPSKIdentity()
    • getSRPIdentity

      public byte[] getSRPIdentity()
    • isExtendedMasterSecret

      public boolean isExtendedMasterSecret()
    • readServerExtensions

      public Hashtable readServerExtensions() throws IOException
      Throws:
      IOException