Download bcprov-ext-jdk15on-1.47.jar file - Jar b

Jar examples for b:bcprov-ext-jdk15on

Description

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-jdk15on 1.47 in this page.

License

Bouncy Castle Licence

Build File

You can use the following script to add bcprov-ext-jdk15on-1.47.jar to your project.

<dependency>
   <groupId>org.bouncycastle</groupId>
   <artifactId>bcprov-ext-jdk15on</artifactId>
   <version>1.47</version>
</dependency>
compile group: 'org.bouncycastle', name: 'bcprov-ext-jdk15on', version: '1.47'
libraryDependencies += "org.bouncycastle" % "bcprov-ext-jdk15on" % "1.47"
<dependency org="org.bouncycastle" name="bcprov-ext-jdk15on" rev="1.47"/>
@Grapes(@Grab(group='org.bouncycastle', module='bcprov-ext-jdk15on', version='1.47'))
'org.bouncycastle:bcprov-ext-jdk15on:jar:1.47'

Download

Click the following link to download the jar file.

bcprov-ext-jdk15on-1.47.jar
bcprov-ext-jdk15on-1.47.pom



Related Tutorials