b

bcpg-jdk16

The Bouncy Castle Java API for handling the OpenPGP protocol. This jar contains the OpenPGP API for JDK 1.6. 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
Files download
File Operation
bcpg-jdk16-1.45.jar download
bcpg-jdk16-1.45.pom download
bcpg-jdk16-1.45-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcpg-jdk16</artifactId>
  <version>1.45</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcpg-jdk16:1.45'
Gradle Kotlin
implementation("org.bouncycastle:bcpg-jdk16:1.45")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcpg-jdk16" % "1.45"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcpg-jdk16', version='1.45')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcpg-jdk16" rev="1.45" />
Leiningen
[org.bouncycastle/bcpg-jdk16 "1.45"]
Apache Buildr
'org.bouncycastle:bcpg-jdk16:jar:1.45'
Dependencies