Registry / crypto / bcprov-jdk15

bcprov-jdk15

JSON →
library140javamavenunverified

The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms.

<dependency> <groupId>bouncycastle</groupId> <artifactId>bcprov-jdk15</artifactId> <version>140</version> </dependency>
INSTALL
IMPORT
SIG · BCPROV-JDK15
B
bcprov-jdk15
cryptojavav140
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

Add Bouncy Castle as a security provider

import org.bouncycastle.jce.provider.BouncyCastleProvider; import java.security.Security; public class Example { public static void main(String[] args) { Security.addProvider(new BouncyCastleProvider()); // Now use Bouncy Castle algorithms } }
Debug
Known issues
breakingVersion 140 is very old; consider using the latest version from org.bouncycastle group.
fix
Use bcprov-jdk18on or bcprov-jdk15to18 from org.bouncycastle group.
affects: < 1.70
Upgrade
Version history
140latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
Resources
bcprov-jdk15 — mvn dependency:get bcprov-jdk15 · libregistry