Java Implementation of OpenPGP Certificate Fetching via Web Key Directory (WKD)
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.
Paul Schaub df2e4fb61e
Update CHANGELOG
4 months ago
.reuse Add woodpecker CI 8 months ago
.woodpecker Add woodpecker CI 8 months ago
LICENSES Initial commit 1 year ago
config/checkstyle Add Checkstyle config 1 year ago
gradle/wrapper Initial commit 1 year ago
wkd-java Bump pgpainless-core to 1.3.12, pgpainless-cert-d to 0.2.1, cert-d-java to 0.2.1 4 months ago
wkd-java-cli Bump pgpainless-core to 1.3.12, pgpainless-cert-d to 0.2.1, cert-d-java to 0.2.1 4 months ago
wkd-test-suite Bump pgpainless-core to 1.3.12, pgpainless-cert-d to 0.2.1, cert-d-java to 0.2.1 4 months ago
.gitignore Initial commit 1 year ago
CHANGELOG.md Update CHANGELOG 4 months ago
LICENSE Initial commit 1 year ago
README.md Add badges for CI and Coveralls 8 months ago
build.gradle Fix build.gradle 11 months ago
gradlew Initial commit 1 year ago
gradlew.bat Initial commit 1 year ago
settings.gradle Add wkd-test-suite module 1 year ago
version.gradle Bump pgpainless-core to 1.3.12, pgpainless-cert-d to 0.2.1, cert-d-java to 0.2.1 4 months ago

README.md

Web Key Directory for Java

status-badge Coverage Status REUSE status

Client-side API for fetching OpenPGP certificates via the Web Key Directory protocol.

Modules

This repository consists of the following modules:

  • wkd-java: An implementation of Certificate Discovery
  • wkd-java-cli: A command line application for Certificate Discovery
  • wkd-test-suite: A test suite generator that can populate a WKD with test vectors