cert-d-java/pgp-cert-d-java
Paul Schaub 942b287beb
Make Key and Certificate extend KeyMaterial,
get rid of CertificateReader
2022-08-08 13:50:59 +02:00
..
src Make Key and Certificate extend KeyMaterial, 2022-08-08 13:50:59 +02:00
README.md Add badges and info to readme files 2022-03-01 17:13:08 +01:00
build.gradle Document build.gradle files 2022-04-26 01:38:13 +02:00

README.md

Shared PGP Certificate Directory for Java

javadoc Maven Central

Backend-agnostic implementation of the Shared PGP Certificate Directory Specification. This module implements the non-OpenPGP parts of the spec, e.g. locating the directory, resolving certificate file paths, locking the directory for writes etc.

To get a useful implementation, a backend implementation such as pgpainless-cert-d is required, which needs to provide support for reading and merging certificates.

pgp-cert-d-java can be used as an implementation of pgp-certificate-store.

Note: This is a library module. For a command line interface, see pgpainless-cert-d-cli.