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 final AbstractSessionContextActiveSession.sessionContextMethods in org.conscrypt that return AbstractSessionContextModifier and TypeMethodDescription(package private) AbstractSessionContextSSLParametersImpl.getSessionContext()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 booleanNativeCrypto.SSL_CTX_ech_enable_server(long sslCtx, AbstractSessionContext holder, byte[] key, byte[] config) (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 voidNativeCrypto.SSL_CTX_set_spake_credential(byte[] context, byte[] pw_array, byte[] id_prover_array, byte[] id_verifier_array, boolean is_client, int handshake_limit, long ssl_ctx, AbstractSessionContext holder) Sets the SPAKE credential for the given SSL context using a password.(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)