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 ServerSessionContextOpenSSLContextImpl. serverSessionContextServer session cache.private ServerSessionContextSSLParametersImpl. serverSessionContextMethods in org.conscrypt that return ServerSessionContext Modifier and Type Method Description (package private) ServerSessionContextSSLParametersImpl. getServerSessionContext()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, Spake2PlusTrustManager spake2PlusTrustManager, Spake2PlusKeyManager spake2PlusKeyManager, SSLParametersImpl sslParams)
-