mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2024-11-05 00:25:58 +01:00
Implementation of the Shared PGP Certificate Directory using PGPainless
.reuse | ||
config/checkstyle | ||
gradle/wrapper | ||
LICENSES | ||
pgpainless-cert-d | ||
pgpainless-cert-d-cli | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
settings.gradle | ||
version.gradle |
Shared PGP Certificate Directory for Java
This repository contains implementations of the Shared PGP Certificate Directory specification using PGPainless as backend.
The module pgpainless-cert-d
can be used as a drop-in implementation of
pgp-certificate-store
.
The module pgpainless-cert-d-cli
contains a command line application for
OpenPGP certificate management.