Skip to content

ph security

Philip Helger edited this page Apr 23, 2021 · 2 revisions

A Java library with shared security aspects. It contains elements for authentication, encryption, certificates, keystores, MACs, message digests, OCSP and passwords.

This library is independent of BouncyCastle - see ph-bc for BouncyCastle specifics.

Maven usage

Add the following to your pom.xml to use this artifact:

<dependency>
  <groupId>com.helger.commons</groupId>
  <artifactId>ph-security</artifactId>
  <version>x.y.z</version>
</dependency>
Clone this wiki locally