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.
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