Java Cryptography Extension: Difference between revisions
Appearance
Content deleted Content added
m +abbreviation |
more specific stub template |
||
Line 11: | Line 11: | ||
[[Category:Java APIs]] |
[[Category:Java APIs]] |
||
{{ |
{{prog-lang-stub}} |
Revision as of 05:02, 29 September 2018
This article needs additional citations for verification. (March 2016) |
The Java Cryptography Extension (JCE) is an officially released Standard Extension to the Java Platform and part of Java Cryptography Architecture (JCA). JCE provides a framework and implementation for encryption, key generation and key agreement, and Message Authentication Code (MAC) algorithms. JCE supplements the Java platform, which already includes interfaces and implementations of message digests and digital signatures. Installation is specific to the version of the Java Platform being used, with downloads available for Java 6, Java 7, and Java 8.
External links