Javax.Net.Ssl.SSLServerSocket: Method Members

The methods of Javax.Net.Ssl.SSLServerSocket are listed below. For a list of all members, see the SSLServerSocket Members list.

See Also: Inherited members from Java.Net.ServerSocket

Public Methods

abstract
GetEnabledCipherSuites() : string[]
Returns the names of the enabled cipher suites to be used for new connections.
abstract
GetEnabledProtocols() : string[]
Returns the names of the enabled protocols to be used for new connections.
abstract
GetSupportedCipherSuites() : string[]
Returns the names of the supported cipher suites.
abstract
GetSupportedProtocols() : string[]
Returns the names of the supported protocols.
abstract
SetEnabledCipherSuites(string[])
Sets the names of the cipher suites to be enabled for new connections.
abstract
SetEnabledProtocols(string[])
Sets the names of the protocols to be enabled for new connections.