Download bcprov-ext-jdk16-1.46.jar file - Jar b

Jar examples for b:bcprov-ext-jdk16

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.6. Note: this package includes the IDEA encryption algorithm.

You can download jar file bcprov-ext-jdk16 1.46 in this page.

License

Bouncy Castle Licence

Build File

You can use the following script to add bcprov-ext-jdk16-1.46.jar to your project.

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

Download

Click the following link to download the jar file.

bcprov-ext-jdk16-1.46.jar
bcprov-ext-jdk16-1.46.pom



Related Tutorials