Uses of Interface
javax.net.ssl.SSLSessionContext
| Package | Description |
|---|---|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| org.conscrypt |
-
Uses of SSLSessionContext in javax.net.ssl
Methods in javax.net.ssl that return SSLSessionContext Modifier and Type Method Description protected abstract SSLSessionContextSSLContextSpi. engineGetClientSessionContext()Returns the SSL session context that encapsulates the set of SSL sessions that can be used for the client side of the SSL handshake.protected abstract SSLSessionContextSSLContextSpi. engineGetServerSessionContext()Returns the SSL session context that encapsulates the set of SSL sessions that can be used for the server side of the SSL handshake.SSLSessionContextSSLContext. getClientSessionContext()Returns the SSL session context that encapsulates the set of SSL sessions that can be used for handshake of client-side SSL sockets.SSLSessionContextSSLContext. getServerSessionContext()Returns the SSL session context that encapsulates the set of SSL sessions that can be used for handshake of server-side SSL sockets.SSLSessionContextSSLSession. getSessionContext()Returns the context of this session, or null if no context is available. -
Uses of SSLSessionContext in org.conscrypt
Classes in org.conscrypt that implement SSLSessionContext Modifier and Type Class Description classClientSessionContextCaches client sessions.classServerSessionContextCaches server sessions.Methods in org.conscrypt that return SSLSessionContext Modifier and Type Method Description SSLSessionContextOpenSSLSessionImpl. getSessionContext()Returns the context to which the actual SSL session is bound.SSLSessionContextSSLSessionImpl. getSessionContext()