The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms, providing a JCA/JCE provider and low-level API for Java 1.5 to 1.8.
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.78.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Adds the Bouncy Castle security provider to the JVM.
Use the version that matches your Java version (1.5 to 1.8 for this artifact).
No dependency data recorded yet.