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 ClientSessionContext
OpenSSLContextImpl.clientSessionContext
Client session cache.private final ClientSessionContext
SSLParametersImpl.clientSessionContext
Methods in org.conscrypt that return ClientSessionContextModifier and TypeMethodDescriptionprivate ClientSessionContext
ConscryptEngine.clientSessionContext()
private ClientSessionContext
ConscryptFileDescriptorSocket.clientSessionContext()
(package private) ClientSessionContext
SSLParametersImpl.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.private
SSLParametersImpl
(ClientSessionContext clientSessionContext, ServerSessionContext serverSessionContext, X509KeyManager x509KeyManager, PSKKeyManager pskKeyManager, X509TrustManager x509TrustManager, SSLParametersImpl sslParams)