The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms, including a lightweight API and JCE framework support.
<dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk14</artifactId>
<version>140</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add Bouncy Castle as a security provider and use it for encryption
Use org.bouncycastle:bcprov-jdk15on or later for modern Java versions.
No dependency data recorded yet.