Luis-Miguel Alventosa's Blog

All | Java | xVM
« Previous month (Mar 2006) | Main | Next month (May 2006) »
20060531 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]

Calendar

RSS Feeds

Search

Links

Planet JMX

Navigation

Referers