|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.tls.SessionParameters
Inner Class Summary | |
static class |
SessionParameters.Builder
Deprecated. |
Method Summary | |
void |
clear()
Deprecated. |
SessionParameters |
copy()
Deprecated. |
int |
getCipherSuite()
Deprecated. |
short |
getCompressionAlgorithm()
Deprecated. |
byte[] |
getMasterSecret()
Deprecated. |
Certificate |
getPeerCertificate()
Deprecated. |
byte[] |
getPskIdentity()
Deprecated. Use getPSKIdentity() |
byte[] |
getPSKIdentity()
Deprecated. |
byte[] |
getSRPIdentity()
Deprecated. |
boolean |
isExtendedMasterSecret()
Deprecated. |
java.util.Hashtable |
readServerExtensions()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void clear()
public SessionParameters copy()
public int getCipherSuite()
public short getCompressionAlgorithm()
public byte[] getMasterSecret()
public Certificate getPeerCertificate()
public byte[] getPskIdentity()
getPSKIdentity()
public byte[] getPSKIdentity()
public byte[] getSRPIdentity()
public boolean isExtendedMasterSecret()
public java.util.Hashtable readServerExtensions() throws java.io.IOException
|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |