Jar examples for b:bcpkix-jdk15on
Spongy Castle is a package-rename (org.bouncycastle.* to org.spongycastle.*) of Bouncy Castle intended for the Android platform. Android unfortunately ships with a stripped-down version of Bouncy Castle, which prevents easy upgrades - Spongy Castle overcomes this and provides a full, up-to-date version of the Bouncy Castle cryptographic libs.
You can download jar file bcpkix-jdk15on 1.53 in this page.
Bouncy Castle Licence
You can use the following script to add bcpkix-jdk15on-1.53.jar to your project.
<dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> <version>1.53</version> </dependency>
compile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.53'
libraryDependencies += "org.bouncycastle" % "bcpkix-jdk15on" % "1.53"
<dependency org="org.bouncycastle" name="bcpkix-jdk15on" rev="1.53"/>
@Grapes(@Grab(group='org.bouncycastle', module='bcpkix-jdk15on', version='1.53'))
'org.bouncycastle:bcpkix-jdk15on:jar:1.53'
Click the following link to download the jar file.
bcpkix-jdk15on-1.53-javadoc.jar