Jar examples for b:bcpg-jdk15
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 140 in this page.
Bouncy Castle Licence
You can use the following script to add bcpg-jdk15-140.jar to your project.
<dependency> <groupId>bouncycastle</groupId> <artifactId>bcpg-jdk15</artifactId> <version>140</version> </dependency>
compile group: 'bouncycastle', name: 'bcpg-jdk15', version: '140'
libraryDependencies += "bouncycastle" % "bcpg-jdk15" % "140"
<dependency org="bouncycastle" name="bcpg-jdk15" rev="140"/>
@Grapes(@Grab(group='bouncycastle', module='bcpg-jdk15', version='140'))
'bouncycastle:bcpg-jdk15:jar:140'
Click the following link to download the jar file.
bcpg-jdk15-140.jar