wkd-java/README.md

22 lines
1.0 KiB
Markdown
Raw Permalink 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-08-01 17:22:45 +02:00
[![status-badge](https://ci.codeberg.org/api/badges/PGPainless/wkd-java/status.svg)](https://ci.codeberg.org/PGPainless/wkd-java)
[![Coverage Status](https://coveralls.io/repos/github/pgpainless/wkd-java/badge.svg?branch=main)](https://coveralls.io/github/pgpainless/wkd-java?branch=main)
[![REUSE status](https://api.reuse.software/badge/github.com/pgpainless/wkd-java)](https://api.reuse.software/info/github.com/pgpainless/wkd-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