Registry / crypto / bcprov-jdk15to18

bcprov-jdk15to18

JSON →
library1.78.1javamavenunverified

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>
INSTALL
IMPORT
SIG · BCPROV-JDK15TO18
B
bcprov-jdk15to18
cryptojavav1.78.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BouncyCastleProvider
org.bouncycastle.jce.provider.BouncyCastleProvider

Adds the Bouncy Castle security provider to the JVM.

import org.bouncycastle.jce.provider.BouncyCastleProvider; import java.security.Security; public class Main { public static void main(String[] args) { Security.addProvider(new BouncyCastleProvider()); System.out.println("Bouncy Castle provider added"); } }
Debug
Known issues
gotchaVersion 1.78.1 is newer than the described version 1.84; ensure compatibility with your Java version.
fix
Use the version that matches your Java version (1.5 to 1.8 for this artifact).
affects: >=1.78.1
Upgrade
Version history
1.78.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Resources
bcprov-jdk15to18 — mvn dependency:get bcprov-jdk15to18 · libregistry