Download bcpkix-jdk15on-1.49.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.49 in this page.

License

Bouncy Castle Licence

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials