Uses of Class
org.conscrypt.AbstractSessionContext
Packages that use AbstractSessionContext
-
Uses of AbstractSessionContext in org.conscrypt
Subclasses of AbstractSessionContext in org.conscryptModifier and TypeClassDescriptionfinal class
Caches client sessions.final class
Caches server sessions.Fields in org.conscrypt declared as AbstractSessionContextModifier and TypeFieldDescriptionprivate final AbstractSessionContext
NativeSslSession.Impl.context
private AbstractSessionContext
ActiveSession.sessionContext
Methods in org.conscrypt that return AbstractSessionContextModifier and TypeMethodDescription(package private) AbstractSessionContext
SSLParametersImpl.getSessionContext()
Returns the appropriate session context.private AbstractSessionContext
ConscryptEngine.sessionContext()
private AbstractSessionContext
ConscryptFileDescriptorSocket.sessionContext()
Methods in org.conscrypt with parameters of type AbstractSessionContextModifier and TypeMethodDescription(package private) static NativeSslSession
NativeSslSession.newInstance
(AbstractSessionContext context, byte[] data, String host, int port) Creates a newNativeSslSession
instance from the provided serialized bytes, which were generated byNativeSslSession.toBytes()
.(package private) static void
NativeCrypto.SSL_CTX_free
(long ssl_ctx, AbstractSessionContext holder) (package private) static void
NativeCrypto.SSL_CTX_set_session_id_context
(long ssl_ctx, AbstractSessionContext holder, byte[] sid_ctx) (package private) static long
NativeCrypto.SSL_CTX_set_timeout
(long ssl_ctx, AbstractSessionContext holder, long seconds) (package private) static long
NativeCrypto.SSL_new
(long ssl_ctx, AbstractSessionContext holder) Constructors in org.conscrypt with parameters of type AbstractSessionContextModifierConstructorDescription(package private)
ActiveSession
(NativeSsl ssl, AbstractSessionContext sessionContext) private
Impl
(AbstractSessionContext context, NativeRef.SSL_SESSION ref, String host, int port, X509Certificate[] peerCertificates, byte[] peerOcspStapledResponse, byte[] peerSignedCertificateTimestamp)