wkd-java/README.md

18 lines
626 B
Markdown
Raw Normal View History

2022-02-21 11:51:30 +01:00
<!--
SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
SPDX-License-Identifier: Apache-2.0
-->
2022-02-21 11:28:34 +01:00
# Web Key Directory for Java
2022-04-11 13:33:02 +02:00
Client-side API for fetching OpenPGP certificates via the [Web Key Directory](https://www.ietf.org/archive/id/draft-koch-openpgp-webkey-service-13.html) protocol.
## Modules
2022-03-13 16:26:20 +01:00
This repository consists of the following modules:
2022-02-21 11:28:34 +01:00
2022-03-13 16:35:06 +01:00
* [wkd-java](/wkd-java): An implementation of Certificate Discovery
* [wkd-java-cli](/wkd-java-cli): A command line application for Certificate Discovery
* [wkd-test-suite](/wkd-test-suite): A test suite generator that can populate a WKD with test vectors