acme4j Utils

Some utility classes to be used with acme4j. They will help generating and processing keys and signatures.

Note that (unlike acme4j-client) this module requires Bouncy Castle.

How to Use

Just add this snippet to your pom.xml:

<dependency>
  <groupId>org.shredzone.acme4j</groupId>
  <artifactId>acme4j-utils</artifactId>
  <version>1.1</version>
</dependency>