b

bcpg-jdk15

The Bouncy Castle Java API for handling the OpenPGP protocol. This jar contains the OpenPGP API for JDK 1.5. 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
文件下载
文件名 操作
bcpg-jdk15-1.44.jar 下载
bcpg-jdk15-1.44.pom 下载
bcpg-jdk15-1.44-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcpg-jdk15</artifactId>
  <version>1.44</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bcpg-jdk15:1.44'
Gradle Kotlin
implementation("org.bouncycastle:bcpg-jdk15:1.44")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bcpg-jdk15" % "1.44"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bcpg-jdk15', version='1.44')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bcpg-jdk15" rev="1.44" />
Leiningen
[org.bouncycastle/bcpg-jdk15 "1.44"]
Apache Buildr
'org.bouncycastle:bcpg-jdk15:jar:1.44'
本项目依赖