cert-d-java/pgp-cert-d-java
Paul Schaub ceaa1e0c80
More tests
2022-08-27 13:11:11 +02:00
..
src More tests 2022-08-27 13:11:11 +02:00
README.md Add tests for PGPCertificateStoreAdapter 2022-08-24 23:18:54 +02:00
build.gradle Fix animalsniffer signature 2022-08-24 15:00:47 +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.

This library can be used on Android API level 26 and up.

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 using the PGPCertificateStoreAdapter class.

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