Java Implementation of OpenPGP Certificate Fetching via Web Key Directory (WKD)
Go to file
Paul Schaub 2a1676904f
Fix user-id format on test key
2022-08-04 13:26:46 +02:00
.reuse Add woodpecker CI 2022-08-01 17:17:21 +02:00
.woodpecker Add woodpecker CI 2022-08-01 17:17:21 +02:00
LICENSES Initial commit 2022-02-21 11:51:30 +01:00
config/checkstyle Add Checkstyle config 2022-02-21 14:16:37 +01:00
gradle/wrapper Initial commit 2022-02-21 11:51:30 +01:00
wkd-java Bump cert-d-java to 0.1.1 2022-04-29 17:21:16 +02:00
wkd-java-cli Fix user-id format on test key 2022-08-04 13:26:46 +02:00
wkd-test-suite Bump jackson data bind to 2.13.2.2 2022-04-26 01:28:04 +02:00
.gitignore Initial commit 2022-02-21 11:51:30 +01:00
CHANGELOG.md Update changelog 2022-04-29 17:28:45 +02:00
LICENSE Initial commit 2022-02-21 11:51:30 +01:00
README.md Add badges for CI and Coveralls 2022-08-01 17:22:45 +02:00
build.gradle Fix build.gradle 2022-04-29 17:19:42 +02:00
gradlew Initial commit 2022-02-21 11:51:30 +01:00
gradlew.bat Initial commit 2022-02-21 11:51:30 +01:00
settings.gradle Add wkd-test-suite module 2022-03-02 17:01:30 +01:00
version.gradle WKD-Java 0.1.2-SNAPSHOT 2022-04-29 17:26:17 +02:00

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