cert-d-java/pgp-cert-d-java
Paul Schaub 7b297d5fb5
Apply changes to build scripts and ensure android API 10 compat for non-sqlite modules
2022-03-01 15:39:02 +01:00
..
src Apply changes to build scripts and ensure android API 10 compat for non-sqlite modules 2022-03-01 15:39:02 +01:00
README.md Initial commit 2022-03-01 15:19:01 +01:00
build.gradle Apply changes to build scripts and ensure android API 10 compat for non-sqlite modules 2022-03-01 15:39:02 +01:00

README.md

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.