|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
byte[] |
exportKeyingMaterial(java.lang.String asciiLabel,
byte[] context_value,
int length)
Deprecated. Export keying material according to RFC 5705: "Keying Material Exporters for TLS". |
ProtocolVersion |
getClientVersion()
Deprecated. |
RandomGenerator |
getNonceRandomGenerator()
Deprecated. |
TlsSession |
getResumableSession()
Deprecated. Used to get the resumable session, if any, used by this connection. |
java.security.SecureRandom |
getSecureRandom()
Deprecated. |
SecurityParameters |
getSecurityParameters()
Deprecated. |
ProtocolVersion |
getServerVersion()
Deprecated. |
java.lang.Object |
getUserObject()
Deprecated. |
boolean |
isServer()
Deprecated. |
void |
setUserObject(java.lang.Object userObject)
Deprecated. |
Method Detail |
public RandomGenerator getNonceRandomGenerator()
public java.security.SecureRandom getSecureRandom()
public SecurityParameters getSecurityParameters()
public boolean isServer()
public ProtocolVersion getClientVersion()
public ProtocolVersion getServerVersion()
public TlsSession getResumableSession()
TlsSession
representing the resumable session used by this connection, or
null if no resumable session available.TlsPeer.notifyHandshakeComplete()
public java.lang.Object getUserObject()
public void setUserObject(java.lang.Object userObject)
public byte[] exportKeyingMaterial(java.lang.String asciiLabel, byte[] context_value, int length)
asciiLabel
- indicates which application will use the exported keys.context_value
- allows the application using the exporter to mix its own data with the TLS PRF for
the exporter output.length
- the number of bytes to generate
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |