Java Cryptography Architecture: Difference between revisions
Appearance
Content deleted Content added
Wulieriver (talk | contribs) mNo edit summary |
removed Category:Java platform; added Category:JDK components using HotCat |
||
Line 13: | Line 13: | ||
{{security-software-stub}} |
{{security-software-stub}} |
||
[[Category: |
[[Category:JDK components]] |
||
[[Category:Cryptographic software]] |
[[Category:Cryptographic software]] |
Latest revision as of 17:08, 30 December 2023
In computing, 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.
The JCA uses a "provider"-based architecture and contains a set of APIs for various purposes, such as encryption, key generation and management, secure random-number generation, certificate validation, etc. These APIs provide an easy way for developers to integrate security into application code.[citation needed]