Registry / crypto / bcpg-jdk15on

bcpg-jdk15on

JSON →
library1.70javamavenunverified

Java API for handling OpenPGP protocol operations such as encryption, signing, and key management.

<dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpg-jdk15on</artifactId> <version>1.70</version> </dependency>
INSTALL
IMPORT
SIG · BCPG-JDK15ON
B
bcpg-jdk15on
cryptojavav1.70
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PGPUtil
org.bouncycastle.openpgp.PGPUtil

Decodes a base64-encoded OpenPGP message.

import org.bouncycastle.openpgp.PGPUtil; public class Example { public static void main(String[] args) throws Exception { byte[] data = PGPUtil.getDecodedMessage("base64data"); } }
Debug
Known issues
gotchaVersion 1.70 requires JDK 1.5 or higher; some APIs changed in later versions.
fix
Ensure your JDK version is compatible and check for deprecated methods.
affects: >=1.70
Upgrade
Version history
1.70latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
16
Resources
bcpg-jdk15on — mvn dependency:get bcpg-jdk15on · libregistry