Re: JCE

Jan Luehe (Jan.Luehe@Eng)
Wed, 17 Dec 1997 09:37:37 -0800 (PST)

Date: Wed, 17 Dec 1997 09:37:37 -0800 (PST)
From: Jan Luehe <Jan.Luehe@Eng>
Subject: Re: JCE
To: java-security@web1.javasoft.com, rich@ameristar.com

Rich:

> Is JCE avaiable for download or early access? It appears
> to have been at one time, but no long is on your site.

We have pulled JCE1.1 from our web site.
JCE1.1 has been replaced by JCE1.2, of which an early
access release will be made available in the week of
January 5, 98.

> Note our company already has early access to JDK1.2, but
> I did not see JCE in there. We're developing an application
> which is currently using JSafe RSA, but it is far to slow.
> We hope for a better, higher performance facility.

Note that the SUN provider for JCE does not support RSA.
The algorithms we support are:

- DES (ECB, CBC, CFB, OFB)
- DES-EDE (ECB, CBC, CFB, OFB)
- PBE
- Diffie-Hellman

Thanks,

Jan