Using AES With Java Technology
Click here to download now
Overview: AES is a federal standard for private-key or symmetric cryptography. The Java 2 SDK, Standard Edition (J2SE) v 1.4.0, the Java Cryptography Extension (JCE) was integrated with the SDK and the JRE. The JCE framework is a very powerful and flexible framework for using different cryptographic algorithms. From a developer perspective, this means a higher level of concept, and a common set of APIs for newer and different cryptographic algorithms without the need to worry about the inner workings of the algorithm.

