Jar examples for b:bcprov-jdk16
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised so that it contains a light-weight API suitable for use in any environment (including the newly released J2ME) with the additional infrastructure to conform the algorithms to the JCE framework.
You can download jar file bcprov-jdk16 1.38 in this page.
Bouncy Castle License
You can use the following script to add bcprov-jdk16-1.38.jar to your project.
<dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk16</artifactId> <version>1.38</version> </dependency>
compile group: 'org.bouncycastle', name: 'bcprov-jdk16', version: '1.38'
libraryDependencies += "org.bouncycastle" % "bcprov-jdk16" % "1.38"
<dependency org="org.bouncycastle" name="bcprov-jdk16" rev="1.38"/>
@Grapes(@Grab(group='org.bouncycastle', module='bcprov-jdk16', version='1.38'))
'org.bouncycastle:bcprov-jdk16:jar:1.38'
Click the following link to download the jar file.
bcprov-jdk16-1.38-javadoc.jar