Uses of Class
org.conscrypt.AbstractSessionContext
Packages that use AbstractSessionContext
-
Uses of AbstractSessionContext in org.conscrypt
Subclasses of AbstractSessionContext in org.conscryptModifier and TypeClassDescriptionfinal classCaches client sessions.final classCaches server sessions.Fields in org.conscrypt declared as AbstractSessionContextModifier and TypeFieldDescriptionprivate final AbstractSessionContextNativeSslSession.Impl.contextprivate AbstractSessionContextActiveSession.sessionContextMethods in org.conscrypt that return AbstractSessionContextModifier and TypeMethodDescription(package private) AbstractSessionContextSSLParametersImpl.getSessionContext()Returns the appropriate session context.private AbstractSessionContextConscryptEngine.sessionContext()private AbstractSessionContextConscryptFileDescriptorSocket.sessionContext()Methods in org.conscrypt with parameters of type AbstractSessionContextModifier and TypeMethodDescription(package private) static NativeSslSessionNativeSslSession.newInstance(AbstractSessionContext context, byte[] data, 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 AbstractSessionContextModifierConstructorDescription(package private)ActiveSession(NativeSsl ssl, AbstractSessionContext sessionContext) privateImpl(AbstractSessionContext context, NativeRef.SSL_SESSION ref, String host, int port, X509Certificate[] peerCertificates, byte[] peerOcspStapledResponse, byte[] peerSignedCertificateTimestamp)