mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2024-11-14 20:12:05 +01:00
12 lines
403 B
Markdown
12 lines
403 B
Markdown
|
<!--
|
||
|
SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
|
||
|
|
||
|
SPDX-License-Identifier: Apache-2.0
|
||
|
-->
|
||
|
|
||
|
# Verifying Key Server API for Java
|
||
|
|
||
|
Client-side API for fetching keys from - and publishing keys to Verifying OpenPGP Key Servers (VKS).
|
||
|
|
||
|
An example implementation of a Verifying Key Server is [Hagrid](https://gitlab.com/hagrid-keyserver/hagrid), which is running https://keys.openpgp.org.
|