Uses of Class
org.conscrypt.ServerSessionContext
Packages that use ServerSessionContext
-
Uses of ServerSessionContext in org.conscrypt
Fields in org.conscrypt declared as ServerSessionContextModifier and TypeFieldDescriptionprivate final ServerSessionContext
OpenSSLContextImpl.serverSessionContext
Server session cache.private final ServerSessionContext
SSLParametersImpl.serverSessionContext
Constructors in org.conscrypt with parameters of type ServerSessionContextModifierConstructorDescription(package private)
SSLParametersImpl
(KeyManager[] kms, TrustManager[] tms, SecureRandom sr, ClientSessionContext clientSessionContext, ServerSessionContext serverSessionContext, String[] protocols) Initializes the parameters.private
SSLParametersImpl
(ClientSessionContext clientSessionContext, ServerSessionContext serverSessionContext, X509KeyManager x509KeyManager, PSKKeyManager pskKeyManager, X509TrustManager x509TrustManager, SSLParametersImpl sslParams)