Javax.Net.Ssl.SSLServerSocketFactory Members

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

See Also: Inherited members from Javax.Net.ServerSocketFactory

Protected Constructors

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

Public Properties

[read-only]
static
DefaultJavax.Net.ServerSocketFactory. Returns the default SSLServerSocketFactory 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
GetDefaultCipherSuites() : string[]
Returns the names of the cipher suites that are enabled by default.
abstract
GetSupportedCipherSuites() : string[]
Returns the list of supported cipher suites that could be enabled for an SSL connection created by this factory.