Java Cryptography Architecture
Appearance
The Java Cryptography Architecture (JCA) is a framework for working with cryptography using the Java programming language. It forms part of the Java security API, and was first introduced in JDK 1.1 in the java.security
package.
See also
- Java Cryptography Extension
- FlexiProvider (Java cryptographic provider)
- Bouncy Castle (cryptography)
External links