public abstract class SSLServerSocketFactory extends ServerSocketFactory
| Modifier | Constructor and Description |
|---|---|
protected |
SSLServerSocketFactory()
Creates a new
SSLServerSocketFactory instance. |
| Modifier and Type | Method and Description |
|---|---|
static ServerSocketFactory |
getDefault()
Returns the default
SSLServerSocketFactory instance. |
abstract String[] |
getDefaultCipherSuites()
Returns the names of the cipher suites that are enabled by default.
|
abstract String[] |
getSupportedCipherSuites()
Returns the list of supported cipher suites that could be enabled for an
SSL connection created by this factory.
|
createServerSocket, createServerSocket, createServerSocket, createServerSocketprotected SSLServerSocketFactory()
SSLServerSocketFactory instance.public static ServerSocketFactory getDefault()
SSLServerSocketFactory instance. The default
implementation is defined by the security property
"ssl.ServerSocketFactory.provider".SSLServerSocketFactory instance.public abstract String[] getDefaultCipherSuites()
public abstract String[] getSupportedCipherSuites()