1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-16 17:21:08 +01:00
pgpainless/pgp-cert-d-java
2022-02-25 16:44:55 +01:00
..
src SubkeyLookup: Return set of fingerprints instead of a single one 2022-02-25 16:44:55 +01:00
build.gradle Implement lookup mechanism using sqlite 2022-02-25 16:44:55 +01:00
README.md Update READMEs 2022-02-25 16:44:55 +01:00

Shared PGP Certificate Directory for Java

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.