Java Cryptography Architecture
摘要
The Java Cryptography Architecture (JCA) framework offers capabilities for working with cryptography algorithms and offers methods for a variety of cryptography primitives. JCA was introduced as part of the Java Development Kit (JDK) and offers a framework and implementation for encryption, key generation and agreement, and Message Authentication Code (MAC) algorithms. The cryptography algorithms and methods are implemented and offered through the java.security package.