public class SecurityParameters
extends java.lang.Object
Constructor | Description |
---|---|
SecurityParameters() |
Modifier and Type | Method | Description |
---|---|---|
int |
getCipherSuite() |
|
byte[] |
getClientRandom() |
|
short |
getCompressionAlgorithm() |
|
int |
getEntity() |
|
byte[] |
getMasterSecret() |
|
int |
getPrfAlgorithm() |
|
byte[] |
getPskIdentity() |
Deprecated.
Use
getPSKIdentity() |
byte[] |
getPSKIdentity() |
|
byte[] |
getServerRandom() |
|
byte[] |
getSessionHash() |
|
byte[] |
getSRPIdentity() |
|
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()
public byte[] getSessionHash()
public byte[] getPskIdentity()
getPSKIdentity()
public byte[] getPSKIdentity()
public byte[] getSRPIdentity()