Skip to content

Latest commit

 

History

History
executable file
·
21 lines (16 loc) · 969 Bytes

README.md

File metadata and controls

executable file
·
21 lines (16 loc) · 969 Bytes

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