The methods of Javax.Net.Ssl.SSLContextSpi are listed below. For a list of all members, see the SSLContextSpi Members list.
See Also: Inherited members from Java.Lang.Object
abstract | EngineCreateSSLEngine()Creates an SSLEngine instance from this context. | |
abstract | EngineCreateSSLEngine(string, int)Creates an SSLEngine instance from this context with the specified hostname and port. | |
abstract | EngineGetClientSessionContext()Returns the SSL session context that encapsulates the set of SSL sessions that can be used for the client side of the SSL handshake. | |
EngineGetDefaultSSLParameters()Returns a new SSLParameters instance that includes the default SSL handshake parameters values including cipher suites, protocols, and client authentication. | ||
abstract | EngineGetServerSessionContext()Returns the SSL session context that encapsulates the set of SSL sessions that can be used for the server side of the SSL handshake. | |
abstract | EngineGetServerSocketFactory()Returns a server socket factory for this instance. | |
abstract | EngineGetSocketFactory()Returns a socket factory for this instance. | |
EngineGetSupportedSSLParameters()Returns a new SSLParameters instance that includes all supported cipher suites and protocols. | ||
abstract | EngineInit(IKeyManager[], ITrustManager[], Java.Security.SecureRandom)Initializes this SSLContext instance. |