Backend-agnostic implementation of the Shared PGP Certificate Directory specification
Go to file
Paul Schaub d530d45fad
Cert-D-Java 0.1.0
2022-03-01 16:11:19 +01:00
.reuse Apply reuse 2022-03-01 15:40:43 +01:00
LICENSES Apply reuse 2022-03-01 15:40:43 +01:00
config/checkstyle Update copyright dates 2022-03-01 16:10:03 +01:00
gradle/wrapper Add gradlew executables 2022-03-01 15:20:13 +01:00
pgp-cert-d-java Apply changes to build scripts and ensure android API 10 compat for non-sqlite modules 2022-03-01 15:39:02 +01:00
pgp-cert-d-java-jdbc-sqlite-lookup Initial commit 2022-03-01 15:19:01 +01:00
pgp-certificate-store Update README 2022-03-01 15:48:27 +01:00
.gitignore Initial commit 2022-03-01 15:19:01 +01:00
CHANGELOG.md Update CHANGELOG 2022-03-01 16:08:04 +01:00
README.md Update README 2022-03-01 15:48:27 +01:00
build.gradle Update copyright dates 2022-03-01 16:10:03 +01:00
gradlew Add gradlew executables 2022-03-01 15:20:13 +01:00
gradlew.bat Add gradlew executables 2022-03-01 15:20:13 +01:00
settings.gradle Update copyright dates 2022-03-01 16:10:03 +01:00
version.gradle Cert-D-Java 0.1.0 2022-03-01 16:11:19 +01:00

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](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.