vks-java/README.md

23 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2022-04-06 00:29:16 +02:00
<!--
SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
SPDX-License-Identifier: Apache-2.0
-->
2022-04-06 00:30:32 +02:00
# Verifying Key Server - Client API for Java
2022-04-06 00:29:16 +02:00
2022-08-01 17:28:44 +02:00
[![status-badge](https://ci.codeberg.org/api/badges/PGPainless/vks-java/status.svg)](https://ci.codeberg.org/PGPainless/vks-java)
[![Coverage Status](https://coveralls.io/repos/github/pgpainless/vks-java/badge.svg?branch=main)](https://coveralls.io/github/pgpainless/vks-java?branch=main)
[![REUSE status](https://api.reuse.software/badge/github.com/pgpainless/vks-java)](https://api.reuse.software/info/github.com/pgpainless/vks-java)
2022-04-06 00:30:32 +02:00
Client-side API for fetching keys from - and publishing keys to - Verifying OpenPGP Key Servers (VKS).
2022-04-06 00:29:16 +02:00
An example implementation of a Verifying Key Server is [Hagrid](https://gitlab.com/hagrid-keyserver/hagrid), which is running https://keys.openpgp.org.
2022-04-11 13:33:28 +02:00
## Modules
This repository contains the following modules:
* [vks-java](/vks-java): Client-side Java API for communicating with VKS servers
* [vks-java-cli](/vks-java-cli): CLI frontend for `vks-java`