The methods of Javax.Net.Ssl.SSLSocket are listed below. For a list of all members, see the SSLSocket Members list.
See Also: Inherited members from Java.Net.Socket
abstract | AddHandshakeCompletedListener(IHandshakeCompletedListener)Registers the specified listener to receive notification on completion of a handshake on this connection. | |
abstract | GetEnabledCipherSuites()Returns the names of the enabled cipher suites. | |
abstract | GetEnabledProtocols()Returns the names of the enabled protocols. | |
abstract | GetSupportedCipherSuites()Returns the names of the supported cipher suites. | |
abstract | GetSupportedProtocols()Returns the names of the supported protocols. | |
abstract | RemoveHandshakeCompletedListener(IHandshakeCompletedListener)Removes the specified handshake completion listener. | |
abstract | SetEnabledCipherSuites(string[])Sets the names of the cipher suites to be enabled. | |
abstract | SetEnabledProtocols(string[])Sets the names of the protocols to be enabled. | |
abstract | StartHandshake()Starts a new SSL handshake on this connection. |