License |
License |
---|---|
GroupId | GroupIdorg.bouncycastle |
ArtifactId | ArtifactIdbcpg-jdk14 |
Version | Version1.69 |
Type | Typejar |
Description |
DescriptionBouncy Castle OpenPGP API
The Bouncy Castle Java API for handling the OpenPGP protocol. This jar contains the OpenPGP API for JDK 1.4. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bcpg-jdk14-1.69.pom | |
bcpg-jdk14-1.69-sources.jar | 251 KB |
bcpg-jdk14-1.69-javadoc.jar | 668 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcpg-jdk14/ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk14</artifactId>
<version>1.69</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-jdk14/
implementation 'org.bouncycastle:bcpg-jdk14:1.69'
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-jdk14/
implementation ("org.bouncycastle:bcpg-jdk14:1.69")
'org.bouncycastle:bcpg-jdk14:jar:1.69'
<dependency org="org.bouncycastle" name="bcpg-jdk14" rev="1.69">
<artifact name="bcpg-jdk14" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bcpg-jdk14', version='1.69')
)
libraryDependencies += "org.bouncycastle" % "bcpg-jdk14" % "1.69"
[org.bouncycastle/bcpg-jdk14 "1.69"]
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bcprov-jdk14 | jar | 1.69 |