Uses of Class
org.conscrypt.ClientSessionContext
| Package | Description |
|---|---|
| org.conscrypt |
-
Uses of ClientSessionContext in org.conscrypt
Methods in org.conscrypt that return ClientSessionContext Modifier and Type Method Description ClientSessionContextSSLContextImpl. engineGetClientSessionContext()protected ClientSessionContextSSLParametersImpl. getClientSessionContext()Constructors in org.conscrypt with parameters of type ClientSessionContext Constructor Description SSLParametersImpl(KeyManager[] kms, TrustManager[] tms, SecureRandom sr, ClientSessionContext clientSessionContext, ServerSessionContext serverSessionContext)Initializes the parameters.