public class SecurityParameters
extends java.lang.Object
Constructor and Description |
---|
SecurityParameters() |
Modifier and Type | Method and Description |
---|---|
int |
getCipherSuite() |
byte[] |
getClientRandom() |
short |
getCompressionAlgorithm() |
int |
getEntity() |
byte[] |
getMasterSecret() |
int |
getPrfAlgorithm() |
byte[] |
getServerRandom() |
int |
getVerifyDataLength() |
public int getEntity()
ConnectionEnd
public int getCipherSuite()
CipherSuite
public short getCompressionAlgorithm()
CompressionMethod
public int getPrfAlgorithm()
PRFAlgorithm
public int getVerifyDataLength()
public byte[] getMasterSecret()
public byte[] getClientRandom()
public byte[] getServerRandom()