b

bcpg-lts8on

The Bouncy Castle Java APIs for the OpenPGP Protocol. The APIs are designed primarily to be used in conjunction with the BC LTS provider but may also be used with other providers providing cryptographic services.
https://www.bouncycastle.org/fips-java
Bouncy Castle Licence Apache Software License, Version 2.0
The Legion of the Bouncy Castle Inc.
Files download
File Operation
bcpg-lts8on-2.73.7.jar download
bcpg-lts8on-2.73.7.pom download
bcpg-lts8on-2.73.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcpg-lts8on</artifactId>
  <version>2.73.7</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcpg-lts8on:2.73.7'
Gradle Kotlin
implementation("org.bouncycastle:bcpg-lts8on:2.73.7")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcpg-lts8on" % "2.73.7"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcpg-lts8on', version='2.73.7')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcpg-lts8on" rev="2.73.7" />
Leiningen
[org.bouncycastle/bcpg-lts8on "2.73.7"]
Apache Buildr
'org.bouncycastle:bcpg-lts8on:jar:2.73.7'