Skip to content
Philip Helger edited this page Apr 8, 2026 · 3 revisions

Unified BouncyCastle Provider manager. Ensures the BouncyCastle security provider is registered exactly once and provides a single access point via PBCProvider.

Currently using BouncyCastle 1.83 (JDK 1.8+ variant).

Maven usage

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

<dependency>
  <groupId>com.helger.commons</groupId>
  <artifactId>ph-bc</artifactId>
  <version>x.y.z</version>
</dependency>

Note: the Maven groupId changed in v10 from com.helger to com.helger.commons

Clone this wiki locally