MVN

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.

<dependency>
    <groupId>org.beiter.michael.crypto4j</groupId>
    <artifactId>crypto4j-parent</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.beiter.michael.crypto4j : crypto4j-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.beiter.michael.crypto4j : crypto4j-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
crypto4j-parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.beiter.michael.crypto4j</groupId>
    <artifactId>crypto4j-parent</artifactId>
    <version>1.0</version>
</dependency>