Example usage for Java javax.rmi.ssl SslRMIServerSocketFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
SslRMIServerSocketFactory() Creates a new SSL connections accepted by server sockets created by this factory have the default cipher suites and protocol versions enabled and do not require client authentication. | |
SslRMIServerSocketFactory(String[] enabledCipherSuites, String[] enabledProtocols, boolean needClientAuth) Creates a new |
String[] | getEnabledCipherSuites() Returns the names of the cipher suites enabled on SSL connections accepted by server sockets created by this factory, or |
String[] | getEnabledProtocols() Returns the names of the protocol versions enabled on SSL connections accepted by server sockets created by this factory, or |
boolean | getNeedClientAuth() Returns |