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