Download bcprov-ext-jdk15on-1.59.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.59 in this page.

License

Bouncy Castle Licence

Build File

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

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

Download

Click the following link to download the jar file.

bcprov-ext-jdk15on-1.59-javadoc.jar
bcprov-ext-jdk15on-1.59-sources.jar
bcprov-ext-jdk15on-1.59.jar
bcprov-ext-jdk15on-1.59.pom



Related Tutorials