Registry / crypto / bcprov-ext-jdk15on

bcprov-ext-jdk15on

JSON →
library1.70javamavenunverified

Extended JCE provider with additional cryptographic algorithms including NTRU encryption.

<dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-ext-jdk15on</artifactId> <version>1.70</version> </dependency>
INSTALL
IMPORT
SIG · BCPROV-EXT-JDK15ON
B
bcprov-ext-jdk15on
cryptojavav1.70
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

Registers the Bouncy Castle provider for cryptographic operations.

import org.bouncycastle.jce.provider.BouncyCastleProvider; import java.security.Security; public class Example { public static void main(String[] args) { Security.addProvider(new BouncyCastleProvider()); } }
Debug
Known issues
gotchaThe extended provider includes NTRU which may have patent restrictions in some jurisdictions.
fix
Verify legal compliance before using NTRU algorithms.
affects: >=1.70
Upgrade
Version history
1.70latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Resources
bcprov-ext-jdk15on — mvn dependency:get bcprov-ext-jdk15on · libregistry