Java API to communicate with Verifying Key Servers, such as keys.openpgp.org
Go to file
Paul Schaub 702ea0016e
VKS-Java 0.1.1
2022-04-11 13:34:47 +02:00
.reuse First design of the API 2022-04-06 00:16:32 +02:00
LICENSES First design of the API 2022-04-06 00:16:32 +02:00
config/checkstyle Some more cleanup 2022-04-06 13:38:14 +02:00
gradle/wrapper Initial commit 2022-04-05 19:33:20 +02:00
vks-java Add missing javadoc 2022-04-11 13:23:32 +02:00
vks-java-cli Add build instructions 2022-04-06 16:41:10 +02:00
.gitignore Initial commit 2022-04-05 19:33:20 +02:00
CHANGELOG.md Create CHANGELOG.md 2022-04-11 13:33:41 +02:00
LICENSE Add LICENSE 2022-04-06 00:36:06 +02:00
README.md Update README 2022-04-11 13:33:28 +02:00
build.gradle Move dependency versions into version.gradle and bump bc to 1.71 2022-04-07 21:41:27 +02:00
gradlew Initial commit 2022-04-05 19:33:20 +02:00
gradlew.bat Initial commit 2022-04-05 19:33:20 +02:00
settings.gradle Add vks-java-cli Command Line Frontend 2022-04-06 16:17:57 +02:00
version.gradle VKS-Java 0.1.1 2022-04-11 13:34:47 +02:00

README.md

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, which is running https://keys.openpgp.org.

Modules

This repository contains the following modules:

  • vks-java: Client-side Java API for communicating with VKS servers
  • vks-java-cli: CLI frontend for vks-java