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.
文件下载
文件名 操作
bcpg-lts8on-2.73.7.jar 下载
bcpg-lts8on-2.73.7.pom 下载
bcpg-lts8on-2.73.7-sources.jar 下载
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'