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 classClientSessionContextCaches client sessions.classServerSessionContextCaches server sessions.Fields in org.conscrypt declared as AbstractSessionContext Modifier and Type Field Description private AbstractSessionContextNativeSslSession.Impl. contextprivate AbstractSessionContextActiveSession. sessionContextMethods in org.conscrypt that return AbstractSessionContext Modifier and Type Method Description (package private) AbstractSessionContextSSLParametersImpl. getSessionContext()Returns the appropriate session context.private AbstractSessionContextConscryptEngine. sessionContext()private AbstractSessionContextConscryptFileDescriptorSocket. sessionContext()Methods in org.conscrypt with parameters of type AbstractSessionContext Modifier and Type Method Description (package private) static NativeSslSessionNativeSslSession. newInstance(AbstractSessionContext context, byte[] data, java.lang.String host, int port)Creates a newNativeSslSessioninstance from the provided serialized bytes, which were generated byNativeSslSession.toBytes().(package private) static voidNativeCrypto. SSL_CTX_free(long ssl_ctx, AbstractSessionContext holder)(package private) static voidNativeCrypto. SSL_CTX_set_session_id_context(long ssl_ctx, AbstractSessionContext holder, byte[] sid_ctx)(package private) static longNativeCrypto. SSL_CTX_set_timeout(long ssl_ctx, AbstractSessionContext holder, long seconds)(package private) static longNativeCrypto. 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)
-