This repository contains a number of modules defining OpenPGP certificate storage for Java and Android applications.
The module pgp-certificate-store defines generalized interfaces for OpenPGP Certificate storage. It can be used by applications and libraries such as PGPainless for certificate management.
The module pgp-cert-d-java contains an implementation of
the Shared PGP Certificate Directory
which can also be used as a backend for the pgp-certificate-store
interfaces.
Lastly, the module pgp-cert-d-java-jdbc-sqlite-lookup
contains an implementation of the SubkeyLookup
interface using an sqlite database.