javax.rmi.ssl
public class SslRMIClientSocketFactory extends Object implements RMIClientSocketFactory, Serializable
javax.rmi.ssl.client.enabledCipherSuites
javax.rmi.ssl.client.enabledProtocols
These properties will specify a list of SSL/TLS cipher suites and protocols,
respectively, to enable on the created sockets.
Both properties should consist of a comma-separated list.
Since: 1.5
Constructor Summary | |
---|---|
SslRMIClientSocketFactory()
Creates a new SslRMIClientSocketFactory |
Method Summary | |
---|---|
Socket | createSocket(String host, int port)
Creates an SSLSocket on a given port
|
boolean | equals(Object obj)
Compare two SslRMIServerSocketFactor instances |
int | hashCode()
Returns the hash code of this object. |
Throws: IOException if an error occurs on socket creation.