Package org.bouncycastle.crypto.tls
Class SecurityParameters
- java.lang.Object
-
- org.bouncycastle.crypto.tls.SecurityParameters
-
public class SecurityParameters extends java.lang.ObjectDeprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Constructor Summary
Constructors Constructor Description SecurityParameters()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetCipherSuite()Deprecated.byte[]getClientRandom()Deprecated.shortgetCompressionAlgorithm()Deprecated.intgetEntity()Deprecated.byte[]getMasterSecret()Deprecated.intgetPrfAlgorithm()Deprecated.byte[]getPskIdentity()Deprecated.UsegetPSKIdentity()byte[]getPSKIdentity()Deprecated.byte[]getServerRandom()Deprecated.byte[]getSessionHash()Deprecated.byte[]getSRPIdentity()Deprecated.intgetVerifyDataLength()Deprecated.booleanisExtendedMasterSecret()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.UsegetPSKIdentity()
-
getPSKIdentity
public byte[] getPSKIdentity()
Deprecated.
-
getSRPIdentity
public byte[] getSRPIdentity()
Deprecated.
-
isExtendedMasterSecret
public boolean isExtendedMasterSecret()
Deprecated.
-
-