Wednesday May 31, 2006 Using the SSL/TLS-based RMI Socket Factories in J2SE 5.0
Since J2SE 5.0 client and server SSL/TLS-based RMI Socket Factories are part of the Java platform. The newly defined java package javax.rmi.ssl defines two new classes:
These two new classes allow to export SSL/TLS-protected remote objects and RMI registries in a standard and portable way. You can specify the cipher suites and protocols to be enabled and if client authentication is required by the server. You don't need anymore to implement and deploy your custom SSL/TLS-based RMI Socket Factories thus avoiding the hassle of having to add to your client classpath your custom factories.
[Read More] Posted by lmalvent ( May 31 2006, 08:11:26 PM CEST ) Permalink Comments [18]