Uses of Class
org.conscrypt.ServerSessionContext
-
Packages that use ServerSessionContext Package Description org.conscrypt -
-
Uses of ServerSessionContext in org.conscrypt
Fields in org.conscrypt declared as ServerSessionContext Modifier and Type Field Description private ServerSessionContext
OpenSSLContextImpl. serverSessionContext
Server session cache.private ServerSessionContext
SSLParametersImpl. serverSessionContext
Constructors in org.conscrypt with parameters of type ServerSessionContext 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)
-