Backend-agnostic implementation of the Shared PGP Certificate Directory specification
Go to file
Paul Schaub e4128a002a
Update changelog
2023-07-07 12:05:07 +02:00
.reuse Add woodpecker CI 2022-08-01 17:01:08 +02:00
.woodpecker Add woodpecker CI 2022-08-01 17:01:08 +02: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 Documentation is lying 2023-06-25 11:19:49 +02:00
pgp-cert-d-java-jdbc-sqlite-lookup DatabaseSubkeyLookupFactory: Make database name configurable 2022-08-24 13:58:18 +02:00
pgp-certificate-store Update javadoc to reflect what happens when a cert is queried but not found 2022-08-27 13:33:52 +02:00
.gitignore Initial commit 2022-03-01 15:19:01 +01:00
CHANGELOG.md Update changelog 2023-07-07 12:05:07 +02:00
README.md Fix link in readme 2022-08-27 13:20:58 +02:00
build.gradle Move dependency versions into version.gradle 2022-04-07 21:37:20 +02: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 Reintroduce pgp-certificate-store layer 2022-08-12 14:10:09 +02:00
version.gradle Cert-D-Java 0.2.3-SNAPSHOT 2023-07-07 12:04:56 +02:00

README.md

Shared PGP Certificate Directory for Java

status-badge Coverage Status REUSE status

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.