mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2024-11-15 04:22:06 +01:00
11 lines
414 B
Markdown
11 lines
414 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
|
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
|
|
# Verifying Key Server - Client 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.
|