Registry / crypto / bcprov-jdk16

bcprov-jdk16

JSON →
library1.46javamavenunverified

Bouncy Castle Crypto package provides a JCE provider and lightweight API for cryptographic algorithms in Java, targeting JDK 1.6.

<dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk16</artifactId> <version>1.46</version> </dependency>
INSTALL
IMPORT
SIG · BCPROV-JDK16
B
bcprov-jdk16
cryptojavav1.46
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

Register Bouncy Castle as a JCE security provider

import org.bouncycastle.jce.provider.BouncyCastleProvider; import java.security.Security; Security.addProvider(new BouncyCastleProvider()); // Now use Bouncy Castle algorithms via standard JCE APIs
Debug
Known issues
breakingJDK 1.6 version is outdated; use bcprov-jdk18on for modern JDKs
fix
Upgrade to org.bouncycastle:bcprov-jdk18on for JDK 1.8+
affects: >=1.46
Upgrade
Version history
1.46latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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