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[] |
getPskIdentity()
Deprecated.
Use
getPSKIdentity() |
byte[] |
getPSKIdentity() |
byte[] |
getServerRandom() |
byte[] |
getSessionHash() |
byte[] |
getSRPIdentity() |
int |
getVerifyDataLength() |
public int getEntity()
ConnectionEndpublic int getCipherSuite()
CipherSuitepublic short getCompressionAlgorithm()
CompressionMethodpublic int getPrfAlgorithm()
PRFAlgorithmpublic int getVerifyDataLength()
public byte[] getMasterSecret()
public byte[] getClientRandom()
public byte[] getServerRandom()
public byte[] getSessionHash()
public byte[] getPskIdentity()
getPSKIdentity()public byte[] getPSKIdentity()
public byte[] getSRPIdentity()