|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.SecurityParameters
Constructor Summary | |
SecurityParameters()
Deprecated. |
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SecurityParameters()
Method Detail |
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()
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |