The Bouncy Castle Crypto package provides a Java implementation of cryptographic algorithms, including a JCA/JCE provider for Java 1.8 and later.
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.81.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add the Bouncy Castle security provider to the JVM.
Use bcprov-jdk15on for Java 1.5-1.7 compatibility.
No dependency data recorded yet.