Uses of Class
org.conscrypt.ClientSessionContext
-
Packages that use ClientSessionContext Package Description org.conscrypt -
-
Uses of ClientSessionContext in org.conscrypt
Fields in org.conscrypt declared as ClientSessionContext Modifier and Type Field Description private ClientSessionContextOpenSSLContextImpl. clientSessionContextClient session cache.private ClientSessionContextSSLParametersImpl. clientSessionContextMethods in org.conscrypt that return ClientSessionContext Modifier and Type Method Description private ClientSessionContextConscryptEngine. clientSessionContext()private ClientSessionContextConscryptFileDescriptorSocket. clientSessionContext()(package private) ClientSessionContextSSLParametersImpl. getClientSessionContext()Constructors in org.conscrypt with parameters of type ClientSessionContext Constructor Description SSLParametersImpl(javax.net.ssl.KeyManager[] kms, javax.net.ssl.TrustManager[] tms, java.security.SecureRandom sr, ClientSessionContext clientSessionContext, ServerSessionContext serverSessionContext, java.lang.String[] protocols)Initializes the parameters.SSLParametersImpl(ClientSessionContext clientSessionContext, ServerSessionContext serverSessionContext, javax.net.ssl.X509KeyManager x509KeyManager, PSKKeyManager pskKeyManager, javax.net.ssl.X509TrustManager x509TrustManager, SSLParametersImpl sslParams)
-