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.serverSessionContextMethods in org.conscrypt that return ServerSessionContextModifier and TypeMethodDescription(package private) ServerSessionContextSSLParametersImpl.getServerSessionContext()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.privateSSLParametersImpl(ClientSessionContext clientSessionContext, ServerSessionContext serverSessionContext, X509KeyManager x509KeyManager, PSKKeyManager pskKeyManager, X509TrustManager x509TrustManager, Spake2PlusTrustManager spake2PlusTrustManager, Spake2PlusKeyManager spake2PlusKeyManager, SSLParametersImpl sslParams)