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 ClientSessionContext
OpenSSLContextImpl. clientSessionContext
Client session cache.private ClientSessionContext
SSLParametersImpl. clientSessionContext
Methods in org.conscrypt that return ClientSessionContext Modifier and Type Method Description private ClientSessionContext
ConscryptEngine. clientSessionContext()
private ClientSessionContext
ConscryptFileDescriptorSocket. clientSessionContext()
(package private) ClientSessionContext
SSLParametersImpl. 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)
-