Date: Thu, 26 Mar 1998 09:31:21 -0800
From: Jan.Luehe@Eng (Jan Luehe)
Message-Id: <199803261731.JAA24164@laguna.eng.sun.com>
To: ricardoe@rose.hp.com, java-security@web1.javasoft.com
Subject: Re: Java Crypto API
Ricardo:
> Would you please tell me if the Java Crypto API has been released yet? I
> have been looking for it, but have been unsuccessful. Please tell me
> where I can find it, or, if it has not been released yet, please tell me
> when it is going to be released. Is there a webpage for it?
> Thank you very much!
If you are looking for the Java Cryptography Extension (JCE 1.2)
APIs, they're under
http://java.sun.com/jdc/earlyAccess/jdk12/jce.html
JCE 1.2 is in early access stage (Early Access 2). It is provided as
a standard extension to JDK 1.2, and supplements the crypto services
defined there by adding support for encryption/decryption, key agreement,
and message authentication codes (MACs).
Please note that at this time, the JCE 1.2 binary with its support for
plugable providers cannot be exported outside of the U.S. and Canada.
Jan