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 ServerSessionContextOpenSSLContextImpl.serverSessionContextServer session cache.private final ServerSessionContextSSLParametersImpl.serverSessionContextConstructors 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.privateSSLParametersImpl(ClientSessionContext clientSessionContext, ServerSessionContext serverSessionContext, X509KeyManager x509KeyManager, PSKKeyManager pskKeyManager, X509TrustManager x509TrustManager, SSLParametersImpl sslParams)