Download bcprov-ext-jdk15-1.45.jar file - Jar b

Jar examples for b:bcprov-ext-jdk15

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

You can download jar file bcprov-ext-jdk15 1.45 in this page.

License

Bouncy Castle Licence

Build File

You can use the following script to add bcprov-ext-jdk15-1.45.jar to your project.

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

Download

Click the following link to download the jar file.

bcprov-ext-jdk15-1.45.jar
bcprov-ext-jdk15-1.45.pom



Related Tutorials