Package org.bouncycastle.crypto.tls
Class SecurityParameters
- java.lang.Object
-
- org.bouncycastle.crypto.tls.SecurityParameters
-
public class SecurityParameters extends java.lang.Object
Deprecated.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 int
getCipherSuite()
Deprecated.byte[]
getClientRandom()
Deprecated.short
getCompressionAlgorithm()
Deprecated.int
getEntity()
Deprecated.byte[]
getMasterSecret()
Deprecated.int
getPrfAlgorithm()
Deprecated.byte[]
getPskIdentity()
Deprecated.UsegetPSKIdentity()
byte[]
getPSKIdentity()
Deprecated.byte[]
getServerRandom()
Deprecated.byte[]
getSessionHash()
Deprecated.byte[]
getSRPIdentity()
Deprecated.int
getVerifyDataLength()
Deprecated.boolean
isExtendedMasterSecret()
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.
-
-