Registry / crypto / bcprov-jdk14

bcprov-jdk14

JSON →
library140javamavenunverified

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>
INSTALL
IMPORT
SIG · BCPROV-JDK14
B
bcprov-jdk14
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 and use it for encryption

Security.addProvider(new BouncyCastleProvider()); Cipher cipher = Cipher.getInstance("AES/CBC/PKCS5Padding", "BC");
Debug
Known issues
breakingVersion 140 is very old; consider using a newer version from org.bouncycastle group.
fix
Use org.bouncycastle:bcprov-jdk15on or later for modern Java versions.
affects: <=140
Upgrade
Version history
140latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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