The members of Javax.Net.Ssl.SSLSocketFactory are listed below.
See Also: Inherited members from Javax.Net.SocketFactory
Creates a new SSLSocketFactory. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] static | Default | Javax.Net.SocketFactory. Returns the default SSLSocketFactory instance. |
[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 | CreateSocket(Java.Net.Socket, string, int, bool)Creates an SSLSocket over the specified socket that is connected to the specified host at the specified port. | |
abstract | GetDefaultCipherSuites()Returns the names of the cipher suites that are enabled by default. | |
abstract | GetSupportedCipherSuites()Returns the names of the cipher suites that are supported and could be enabled for an SSL connection. |