Re: Regarding Java Security

Jan Luehe (Jan.Luehe@Eng)
Tue, 2 Jun 1998 09:40:44 -0700 (PDT)

Date: Tue, 2 Jun 1998 09:40:44 -0700 (PDT)
From: Jan Luehe <Jan.Luehe@Eng>
Subject: Re: Regarding Java Security
To: java-security@web2.javasoft.com, thp@westhawk.nl, Robert_Turner@tds.com

Robert:

> What are your thoughts on Java Cryptographic Extensions with regard to
> platform independence. What current version is best suited for
> developing applications that could use encryption technology with
> multiple private keys? Could you please give me some suggestions for
> reference URLs?

The JCE 1.2 framework (and the SunJCE provider that's supplied
with it) are implemented entirely in the Java programming language.

Check

http://java.sun.com/jdc/earlyAccess/jdk12/jce.html

for more information.

Jan