Download bcpkix-jdk15on-1.48.jar file - Jar b

Jar examples for b:bcpkix-jdk15on

Description

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.48 in this page.

License

Bouncy Castle Licence

Build File

You can use the following script to add bcpkix-jdk15on-1.48.jar to your project.

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

Download

Click the following link to download the jar file.

bcpkix-jdk15on-1.48-javadoc.jar
bcpkix-jdk15on-1.48-sources.jar
bcpkix-jdk15on-1.48.jar
bcpkix-jdk15on-1.48.pom



Related Tutorials