Class SecurityParameters


  • public class SecurityParameters
    extends java.lang.Object
    Deprecated.
    Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
    • Constructor Detail

      • SecurityParameters

        public SecurityParameters()
        Deprecated.
    • Method Detail

      • getEntity

        public int getEntity()
        Deprecated.
        Returns:
        ConnectionEnd
      • getCipherSuite

        public int getCipherSuite()
        Deprecated.
        Returns:
        CipherSuite
      • getCompressionAlgorithm

        public short getCompressionAlgorithm()
        Deprecated.
        Returns:
        CompressionMethod
      • getPrfAlgorithm

        public int getPrfAlgorithm()
        Deprecated.
        Returns:
        PRFAlgorithm
      • getVerifyDataLength

        public int getVerifyDataLength()
        Deprecated.
      • getMasterSecret

        public byte[] getMasterSecret()
        Deprecated.
      • getClientRandom

        public byte[] getClientRandom()
        Deprecated.
      • getServerRandom

        public byte[] getServerRandom()
        Deprecated.
      • getSessionHash

        public byte[] getSessionHash()
        Deprecated.
      • getPskIdentity

        public byte[] getPskIdentity()
        Deprecated.
      • getPSKIdentity

        public byte[] getPSKIdentity()
        Deprecated.
      • getSRPIdentity

        public byte[] getSRPIdentity()
        Deprecated.
      • isExtendedMasterSecret

        public boolean isExtendedMasterSecret()
        Deprecated.