The members of Javax.Net.Ssl.SSLContextSpi are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a new SSLContextSpi instance. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |