Version : $Id: jceexecoverview.html,v 1.7 1998/11/19 23:41:10 leachbj Exp $Send Comments to ABA
The ABA JCE consists of;
The purpose of this document is to provide a brief summary of what the JCE is and what facilities the ABA provider makes available.
Readers looking for more technical information should examine the ABA JCE Specification document and http://java.sun.com for details about the JCE. The URL for the JCE changes as the status of the development of the JCE is updated, at the time of writing it can be found in the early access area of the Java Developer Connection.
The JCE 1.2 provides a framework for encryption, key exchange, Message Authentication Code (MAC) algorithms, secure streams and sealed objects. The JCE is designed so that other cryptography libraries can be plugged in as providers, and new algorithms can be added seamlessly.
ABA has been required to develop an implementation of the JCE as US export regulations mean that the only information outside of the US that is currently available on the JCE is the API documentation.
A concern associated with these export regulations could be the compatibility of the ABA implementation with the Sun implementation. To counter this problem, Sun have made the API documentation as unambiguous as possible. By careful adherence to the API documentation and recognised cryptography standards such as PKCS1, PKCS5, and PKCS7, ABA believes it has implemented an API with the greatest compatibility possible to the Sun implementation. ABA continues to monitor relevant work being done by other implementors of clean room JCEs outside of the US in order to resolve compatibility.
The ABA provider supports the following encryption algorithms: DES, DESede (or "triple DES"), IDEATM, RC4®, Blowfish, Twofish and RSA. Key generators are provided for all algorithms, including the necessary checks for weak keys where required.
The following message digest algorithms are supported by the ABA provider: SHA-0, SHA-1, and MD5.