Here is an explanation of how to
use Phaos' SSLava product with RMI, which is the contents of the
README.txt
file, found below. Following the explanation is
all the source code. The entire bundle can be downloaded at the bottom of
the page.
This example uses the new custom socket factory feature introduced in JDK1.2.
README.txt
SSLHelloApplet.java - Client applet program
SSLHelloClient.java - Client application program
SSLHelloImpl.java - Server implementation (uses SSL client and server socket factories)
SSLClientSocketFactory.java - Client socket factory implementation
SSLServerSocketFactory.java - Server socket factory implementation
Click here to download the example.