b

bcpg-jdk14

The Bouncy Castle Java API for handling the OpenPGP protocol. This jar contains the OpenPGP API for JDK 1.4. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.
http://www.bouncycastle.org/java.html
Bouncy Castle Licence Apache Software License, Version 1.1
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bcpg-jdk14-1.56.jar download
bcpg-jdk14-1.56.pom download
bcpg-jdk14-1.56-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcpg-jdk14</artifactId>
  <version>1.56</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcpg-jdk14:1.56'
Gradle Kotlin
implementation("org.bouncycastle:bcpg-jdk14:1.56")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcpg-jdk14" % "1.56"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcpg-jdk14', version='1.56')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcpg-jdk14" rev="1.56" />
Leiningen
[org.bouncycastle/bcpg-jdk14 "1.56"]
Apache Buildr
'org.bouncycastle:bcpg-jdk14:jar:1.56'
Dependencies