Package | Description |
---|---|
org.bouncycastle.crypto.tls |
Modifier and Type | Field and Description |
---|---|
protected TlsSession |
TlsProtocol.tlsSession |
Modifier and Type | Method and Description |
---|---|
TlsSession |
TlsContext.getResumableSession()
Used to get the resumable session, if any, used by this connection.
|
TlsSession |
AbstractTlsClient.getSessionToResume() |
TlsSession |
TlsClient.getSessionToResume()
Return the session this client wants to resume, if any.
|
static TlsSession |
TlsUtils.importSession(byte[] sessionID,
SessionParameters sessionParameters) |
Copyright © 2017 BouncyCastle.org. All rights reserved.