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
abstract | GetEnabledCipherSuites()Returns the names of the enabled cipher suites to be used for new connections. | |
abstract | GetEnabledProtocols()Returns the names of the enabled protocols to be used for new connections. | |
abstract | GetSupportedCipherSuites()Returns the names of the supported cipher suites. | |
abstract | GetSupportedProtocols()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. |