Uses of Class
org.conscrypt.ClientSessionContext
Packages that use ClientSessionContext
-
Uses of ClientSessionContext in org.conscrypt
Fields in org.conscrypt declared as ClientSessionContextModifier and TypeFieldDescriptionprivate final ClientSessionContextOpenSSLContextImpl.clientSessionContextClient session cache.private final ClientSessionContextSSLParametersImpl.clientSessionContextMethods in org.conscrypt that return ClientSessionContextModifier and TypeMethodDescriptionprivate ClientSessionContextConscryptEngine.clientSessionContext()private ClientSessionContextConscryptFileDescriptorSocket.clientSessionContext()(package private) ClientSessionContextSSLParametersImpl.getClientSessionContext()Constructors in org.conscrypt with parameters of type ClientSessionContextModifierConstructorDescription(package private)SSLParametersImpl(KeyManager[] kms, TrustManager[] tms, SecureRandom sr, ClientSessionContext clientSessionContext, ServerSessionContext serverSessionContext, String[] protocols) Initializes the parameters.privateSSLParametersImpl(ClientSessionContext clientSessionContext, ServerSessionContext serverSessionContext, X509KeyManager x509KeyManager, PSKKeyManager pskKeyManager, X509TrustManager x509TrustManager, SSLParametersImpl sslParams)