Javax.Net.Ssl.SSLContext Members

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

See Also: Inherited members from Java.Lang.Object

Protected Constructors

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

Public Properties

[read-only]
ClientSessionContextISSLSessionContext. Returns the SSL session context that encapsulates the set of SSL sessions that can be used for handshake of client-side SSL sockets.
static
DefaultSSLContext. Returns the default SSLContext.
[read-only]
DefaultSSLParametersSSLParameters. Returns the default SSL handshake parameters for SSLSockets created by this SSLContext.
[read-only]
Protocolstring. Returns the name of the secure socket protocol of this instance.
[read-only]
ProviderJava.Security.Provider. Returns the provider of this SSLContext instance.
[read-only]
ServerSessionContextISSLSessionContext. Returns the SSL session context that encapsulates the set of SSL sessions that can be used for handshake of server-side SSL sockets.
[read-only]
ServerSocketFactorySSLServerSocketFactory. Returns a server socket factory for this instance.
[read-only]
SocketFactorySSLSocketFactory. Returns a socket factory for this instance.
[read-only]
SupportedSSLParametersSSLParameters. Returns SSL handshake parameters for SSLSockets that includes all supported cipher suites and protocols.

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.

Public Methods

CreateSSLEngine() : SSLEngine
Creates an SSLEngine instance from this context.
CreateSSLEngine(string, int) : SSLEngine
Creates an SSLEngine instance from this context with the specified hostname and port.
static
GetInstance(string) : SSLContext
Creates a new SSLContext instance for the specified protocol.
static
GetInstance(string, Java.Security.Provider) : SSLContext
Creates a new SSLContext instance for the specified protocol from the specified provider.
static
GetInstance(string, string) : SSLContext
Creates a new SSLContext instance for the specified protocol from the specified provider.
Init(IKeyManager[], ITrustManager[], Java.Security.SecureRandom)
Initializes this SSLContext instance.