An SslRMIServerSocketFactory instance is used by the RMI
runtime in order to obtain server sockets for RMI calls via SSL.
This class implements RMIServerSocketFactory over
the Secure Sockets Layer (SSL) or Transport Layer Security (TLS)
protocols.
This class creates SSL sockets using the default
SSLSocketFactory (see getDefault() ) or the default
SSLServerSocketFactory (see getDefault() ). Therefore, all instances of
this class share the same keystore, and the same truststore, when
client authentication is required by the server. This behavior
can be modified in subclasses by overriding the createServerSocket(int) method; in that case, equals and hashCode may also
need to be overridden.
An
SslRMIServerSocketFactoryinstance is used by the RMI runtime in order to obtain server sockets for RMI calls via SSL.This class implements
RMIServerSocketFactoryover the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.This class creates SSL sockets using the default
SSLSocketFactory(see getDefault() ) or the defaultSSLServerSocketFactory(see getDefault() ). Therefore, all instances of this class share the same keystore, and the same truststore, when client authentication is required by the server. This behavior can be modified in subclasses by overriding the createServerSocket(int) method; in that case, equals and hashCode may also need to be overridden.