Javax.Net.Ssl.SSLContextSpi: Method Members

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

Protected Methods

abstract
EngineCreateSSLEngine() : SSLEngine
Creates an SSLEngine instance from this context.
abstract
EngineCreateSSLEngine(string, int) : SSLEngine
Creates an SSLEngine instance from this context with the specified hostname and port.
abstract
EngineGetClientSessionContext() : ISSLSessionContext
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() : SSLParameters
Returns a new SSLParameters instance that includes the default SSL handshake parameters values including cipher suites, protocols, and client authentication.
abstract
EngineGetServerSessionContext() : ISSLSessionContext
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() : SSLServerSocketFactory
Returns a server socket factory for this instance.
abstract
EngineGetSocketFactory() : SSLSocketFactory
Returns a socket factory for this instance.
EngineGetSupportedSSLParameters() : SSLParameters
Returns a new SSLParameters instance that includes all supported cipher suites and protocols.
abstract
EngineInit(IKeyManager[], ITrustManager[], Java.Security.SecureRandom)
Initializes this SSLContext instance.