Download bcpg-jdk15-1.46.jar file - Jar b

Jar examples for b:bcpg-jdk15

Description

The Bouncy Castle Java API for handling the OpenPGP protocol. This jar contains the OpenPGP API for JDK 1.5. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.

You can download jar file bcpg-jdk15 1.46 in this page.

License

Bouncy Castle Licence

Build File

You can use the following script to add bcpg-jdk15-1.46.jar to your project.

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

Download

Click the following link to download the jar file.

bcpg-jdk15-1.46-javadoc.jar
bcpg-jdk15-1.46-sources.jar
bcpg-jdk15-1.46.jar
bcpg-jdk15-1.46.pom



Related Tutorials