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