Download bcpg-jdk14-1.45.jar file - Jar b

Jar examples for b:bcpg-jdk14

Description

The Bouncy Castle Java API for handling the OpenPGP protocol. This jar contains the OpenPGP API for JDK 1.5 to JDK 1.7. 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-jdk14 1.45 in this page.

License

Bouncy Castle Licence

Build File

You can use the following script to add bcpg-jdk14-1.45.jar to your project.

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

Download

Click the following link to download the jar file.

bcpg-jdk14-1.45-javadoc.jar
bcpg-jdk14-1.45-sources.jar
bcpg-jdk14-1.45.jar
bcpg-jdk14-1.45.pom



Related Tutorials