You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
.reuse | 8 months ago | |
.woodpecker | 8 months ago | |
LICENSES | 1 year ago | |
config/checkstyle | 1 year ago | |
gradle/wrapper | 1 year ago | |
pgp-cert-d-java | 4 months ago | |
pgp-cert-d-java-jdbc-sqlite-lookup | 7 months ago | |
pgp-certificate-store | 7 months ago | |
.gitignore | 1 year ago | |
CHANGELOG.md | 4 months ago | |
README.md | 7 months ago | |
build.gradle | 12 months ago | |
gradlew | 1 year ago | |
gradlew.bat | 1 year ago | |
settings.gradle | 8 months ago | |
version.gradle | 4 months ago |
README.md
Shared PGP Certificate Directory for Java
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.