/crypto-java

Java Library for EXPath Crypto

Primary LanguageJavaGNU Lesser General Public License v2.1LGPL-2.1

CI Java 8+ License Maven Central

Java library for EXPath Crypto Module

This is a Java implementation of the EXPath HTTP Crypto Module specification.

We provide a Java library that may be used as the basis for specific product implementations.

Building from source

Requires:

  • Java 1.8 or newer
  • Maven 3.6 or newer
$ git clone https://github.com/expath/crypto-java.git
$ cd crypto-java
$ mvn clean package