Javax.Net.Ssl.SSLSocket: Method Members

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

Public Methods

abstract
AddHandshakeCompletedListener(IHandshakeCompletedListener)
Registers the specified listener to receive notification on completion of a handshake on this connection.
abstract
GetEnabledCipherSuites() : string[]
Returns the names of the enabled cipher suites.
abstract
GetEnabledProtocols() : string[]
Returns the names of the enabled protocols.
abstract
GetSupportedCipherSuites() : string[]
Returns the names of the supported cipher suites.
abstract
GetSupportedProtocols() : string[]
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.