Javax.Net.Ssl.SSLContextSpi Members

The members of Javax.Net.Ssl.SSLContextSpi are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new SSLContextSpi instance.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.