Re: JCE1.2 implements RC4, RC2?

Jan Luehe (Jan.Luehe@Eng)
Tue, 13 Jan 1998 09:32:44 -0800 (PST)

Date: Tue, 13 Jan 1998 09:32:44 -0800 (PST)
From: Jan Luehe <Jan.Luehe@Eng>
Subject: Re: JCE1.2 implements RC4, RC2?
To: java-security@web1.javasoft.com, joe_xu@ibi.com

Joe:

> One quick question: does JCE1.2 implement encryptions like RC4, RC2?

No.

> In other words, if we have JCE1.2, do we need to have JSafe from RSA
> (for RC4 encryption) also?

Yes, you would need a version of JSafe that is compatible with
JCE 1.2. It is my understanding that RSA is going to provide such
a version.

Jan