Java API to communicate with Verifying Key Servers, such as keys.openpgp.org
Find a file
2025-09-29 15:55:08 +02:00
.reuse Add woodpecker CI 2022-08-01 17:25:21 +02:00
.woodpecker Limit pipeline runs to main branch 2025-09-27 11:26:18 +02:00
config/checkstyle Bump checkstyle version 2025-09-27 10:59:33 +02:00
gradle/wrapper Bump gradlew to 8.8 2025-09-27 10:59:33 +02:00
LICENSES First design of the API 2022-04-06 00:16:32 +02:00
vks-java Fix VKSTest 2025-09-27 10:16:22 +02:00
vks-java-cli Add support for i18n using resource bundles 2022-08-04 00:49:08 +02:00
.gitignore Initial commit 2022-04-05 19:33:20 +02:00
build.gradle Add task to auto-promote artifacts to maven central 2025-09-29 15:55:08 +02:00
CHANGELOG.md VKS-Java 0.1.3 2023-07-07 12:47: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
LICENSE Add LICENSE 2022-04-06 00:36:06 +02:00
README.md Add badges for CI and Coveralls 2022-08-01 17:28:44 +02:00
settings.gradle Add vks-java-cli Command Line Frontend 2022-04-06 16:17:57 +02:00
version.gradle Bump lombok to 1.18.42 2025-09-27 10:59:33 +02:00

Verifying Key Server - Client API for Java

status-badge Coverage Status REUSE status

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