License |
License |
---|---|
GroupId | GroupIdorg.bouncycastle |
ArtifactId | ArtifactIdbcpg-jdk18on |
Last Version | Last Version1.71 |
Release Date | Release Date |
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.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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bcpg-jdk18on-1.71.pom | |
bcpg-jdk18on-1.71-sources.jar | 296 KB |
bcpg-jdk18on-1.71-javadoc.jar | 721 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcpg-jdk18on/ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk18on</artifactId>
<version>1.71</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-jdk18on/
implementation 'org.bouncycastle:bcpg-jdk18on:1.71'
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-jdk18on/
implementation ("org.bouncycastle:bcpg-jdk18on:1.71")
'org.bouncycastle:bcpg-jdk18on:jar:1.71'
<dependency org="org.bouncycastle" name="bcpg-jdk18on" rev="1.71">
<artifact name="bcpg-jdk18on" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bcpg-jdk18on', version='1.71')
)
libraryDependencies += "org.bouncycastle" % "bcpg-jdk18on" % "1.71"
[org.bouncycastle/bcpg-jdk18on "1.71"]
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bcprov-jdk18on | jar | 1.71 |