Javax.Net.Ssl.SSLSocketFactory Members

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

See Also: Inherited members from Javax.Net.SocketFactory

Public Constructors

Creates a new SSLSocketFactory.

Protected Constructors

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

Public Properties

[read-only]
static
DefaultJavax.Net.SocketFactory. Returns the default SSLSocketFactory instance.

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

abstract
CreateSocket(Java.Net.Socket, string, int, bool) : Java.Net.Socket
Creates an SSLSocket over the specified socket that is connected to the specified host at the specified port.
abstract
GetDefaultCipherSuites() : string[]
Returns the names of the cipher suites that are enabled by default.
abstract
GetSupportedCipherSuites() : string[]
Returns the names of the cipher suites that are supported and could be enabled for an SSL connection.