Java API to communicate with Verifying Key Servers, such as keys.openpgp.org
Go to file
Paul Schaub 0a21cec1d3
VKS-Java 0.1.3-SNAPSHOT
2022-04-29 16:44:42 +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 Move jsr version to version.gradle 2022-04-26 01:07:04 +02:00
vks-java-cli Move picocli version to version.gradle 2022-04-26 01:08:04 +02:00
.gitignore Initial commit 2022-04-05 19:33:20 +02:00
CHANGELOG.md VKS-Java 0.1.2 2022-04-29 16:40:59 +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.3-SNAPSHOT 2022-04-29 16:44:42 +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