Message-Id: <199908091924.MAA22043@shorter.eng.sun.com>
Date: Mon, 9 Aug 1999 12:22:31 -0700 (PDT)
From: Jeff Nisewanger <Jeff.Nisewanger@Eng.Sun.COM>
Subject: Re: JSSE examples
To: java-security@Sun.COM, claude_biron@bctel.com
> I'm desparate to retrofit JSSE into an existing RMI project, but
> I'm a neophyte when it comes to using JSSE/SSL. What would be
> truely valuable would be a JSSE/SSL implementation of the Sun RMI
> HelloWorld example, to merely encrypt the data connection between
> rmi client and server. Is there any such code examples around?
We're working on JSSE sample code for RMI and plan to make it
available in the future from the download site. In the meantime, you
might want to take a look at the SDK RMI documentation on socket
factories at:
http://webmirror/products/jdk/1.2/docs/guide/rmi/rmisocketfactory.doc.html.
Jeff