b

bcpg-jdk18on

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