Date: Thu, 4 Dec 1997 17:56:42 -0800 (PST)
From: Jan Luehe <Jan.Luehe@Eng>
Subject: Re: International JCE ?
To: java-security@web2.javasoft.com, sfujii@isl.melco.co.jp
Seiji:
> We have plan to develop an encryption engine class that include our original
encyption
> algorithm "MISTY" in Japan. We implement our an encryption engine class in
JCE.
> But JCE package isn't exportable outside the US and Canada. I think that JCE
package without
> encryption engine class is exportable. Is it correct ?
Cipher is a core piece of JCE. We will not release a version of
JCE without a Cipher engine.
> Do you have plan to release international JCE package ?
JCE1.2 will not be exportable.
However, future releases of JCE (beyond 1.2) might be.
Jan