Javax.Net.Ssl.SSLContext: Property Members

The properties of Javax.Net.Ssl.SSLContext are listed below. For a list of all members, see the SSLContext Members list.

See Also: Inherited members from Java.Lang.Object

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.