Java Cryptography Extension: Difference between revisions
Appearance
Content deleted Content added
m removed "you" |
Vealshanks (talk | contribs) m fixed typo |
||
Line 1: | Line 1: | ||
The '''Java Cryptography Extension''' ('''JCE''') is an officially released Standard Extension to the [[Java Platform]]. 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 signature]]s. Installation is specific to the version of the Java Platform being |
The '''Java Cryptography Extension''' ('''JCE''') is an officially released Standard Extension to the [[Java Platform]]. 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 signature]]s. Installation is specific to the version of the Java Platform being used, with downloads available for [http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html Java 6], [http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html Java 7], and [http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html Java 8]. |
||
==External links== |
==External links== |
Revision as of 21:09, 10 October 2015
The Java Cryptography Extension (JCE) is an officially released Standard Extension to the Java Platform. 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