Package org.bouncycastle.crypto.tls
Class SecurityParameters
- java.lang.Object
-
- org.bouncycastle.crypto.tls.SecurityParameters
-
public class SecurityParameters extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SecurityParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getCipherSuite()
byte[]
getClientRandom()
short
getCompressionAlgorithm()
int
getEntity()
byte[]
getMasterSecret()
int
getPrfAlgorithm()
byte[]
getPskIdentity()
Deprecated.UsegetPSKIdentity()
byte[]
getPSKIdentity()
byte[]
getServerRandom()
byte[]
getSessionHash()
byte[]
getSRPIdentity()
int
getVerifyDataLength()
-
-
-
Method Detail
-
getEntity
public int getEntity()
- Returns:
ConnectionEnd
-
getCipherSuite
public int getCipherSuite()
- Returns:
CipherSuite
-
getCompressionAlgorithm
public short getCompressionAlgorithm()
- Returns:
CompressionMethod
-
getPrfAlgorithm
public int getPrfAlgorithm()
- Returns:
PRFAlgorithm
-
getVerifyDataLength
public int getVerifyDataLength()
-
getMasterSecret
public byte[] getMasterSecret()
-
getClientRandom
public byte[] getClientRandom()
-
getServerRandom
public byte[] getServerRandom()
-
getSessionHash
public byte[] getSessionHash()
-
getPskIdentity
public byte[] getPskIdentity()
Deprecated.UsegetPSKIdentity()
-
getPSKIdentity
public byte[] getPSKIdentity()
-
getSRPIdentity
public byte[] getSRPIdentity()
-
-