DOC

org.beiter.michael.crypto4j : crypto4j-parent

Maven & Gradle

Jan 23, 2017
0 stars

crypto4j Parent · The crypto4j library provides a simple and pluggable crypto abstraction library for Java, including both cryptographic primitives and the artifacts defined in the JOSE standard. This library separates the cryptographic primitives from the JOSE artifacts. The library uses the algorithms available through JCA (JCE). The implementations of the cryptographic primitives provided in this library rely on the standard JCA implementation, and can be configured and extended through the JCA mechanisms. The JOSE portion of the library allows custom extensions by either replacing the provided JOSE artifact implementations with custom implementations, or by adding new JOSE artifacts, for instance in form of additional algorithms, which is particularly useful in case that the JOSE standard is updated or in case custom extensions to the JOSE standard should be implemented. The implementations available in this library generally come in two variants: a standard implementation of the primitives and advanced algorithms, and a high-performance implementation that takes advantage of implementation patterns that do not compromise cryprographic security, but speed up the overall processing time.

Table Of Contents

Latest Version

Download org.beiter.michael.crypto4j : crypto4j-parent Javadoc & API Documentation - Latest Versions:

All Versions

Download org.beiter.michael.crypto4j : crypto4j-parent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file crypto4j-parent-1.0-javadoc.jar to crypto4j-parent-1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder crypto4j-parent-1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "crypto4j-parent-1.0-sources.jar" -d "crypto4j-parent-1.0-javadoc" -subpackages