Uses of Class
org.conscrypt.AbstractSessionContext
-
Packages that use AbstractSessionContext Package Description org.conscrypt -
-
Uses of AbstractSessionContext in org.conscrypt
Subclasses of AbstractSessionContext in org.conscrypt Modifier and Type Class Description class
ClientSessionContext
Caches client sessions.class
ServerSessionContext
Caches server sessions.Fields in org.conscrypt declared as AbstractSessionContext Modifier and Type Field Description private AbstractSessionContext
NativeSslSession.Impl. context
private AbstractSessionContext
ActiveSession. sessionContext
Methods in org.conscrypt that return AbstractSessionContext Modifier and Type Method Description (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 AbstractSessionContext Modifier and Type Method Description (package private) static NativeSslSession
NativeSslSession. newInstance(AbstractSessionContext context, byte[] data, java.lang.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 AbstractSessionContext Constructor Description ActiveSession(NativeSsl ssl, AbstractSessionContext sessionContext)
Impl(AbstractSessionContext context, NativeRef.SSL_SESSION ref, java.lang.String host, int port, java.security.cert.X509Certificate[] peerCertificates, byte[] peerOcspStapledResponse, byte[] peerSignedCertificateTimestamp)
-