Re: JSSE examples

Jeff Nisewanger (Jeff.Nisewanger@eng.sun.com)
Mon, 9 Aug 1999 16:12:51 -0700 (PDT)

Message-Id: <199908092314.QAA09590@shorter.eng.sun.com>
Date: Mon, 9 Aug 1999 16:12:51 -0700 (PDT)
From: Jeff Nisewanger <Jeff.Nisewanger@eng.sun.com>
Subject: Re: JSSE examples
To: java-security@Sun.COM, claude_biron@bctel.com, Jeff.Nisewanger@eng.sun.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.
>

Oops. That should be:

http://java.sun.com/products/jdk/1.2/docs/guide/rmi/rmisocketfactory.doc.html

Jeff