Jar examples for b:bcprov-ext-jdk14
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.7. Note: this package includes the IDEA and NTRU encryption algorithms.
You can download jar file bcprov-ext-jdk14 1.47 in this page.
Bouncy Castle Licence
You can use the following script to add bcprov-ext-jdk14-1.47.jar to your project.
<dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-ext-jdk14</artifactId> <version>1.47</version> </dependency>
compile group: 'org.bouncycastle', name: 'bcprov-ext-jdk14', version: '1.47'
libraryDependencies += "org.bouncycastle" % "bcprov-ext-jdk14" % "1.47"
<dependency org="org.bouncycastle" name="bcprov-ext-jdk14" rev="1.47"/>
@Grapes(@Grab(group='org.bouncycastle', module='bcprov-ext-jdk14', version='1.47'))
'org.bouncycastle:bcprov-ext-jdk14:jar:1.47'
Click the following link to download the jar file.
bcprov-ext-jdk14-1.47.jar