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

License

Bouncy Castle Licence

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials