Java API to communicate with Verifying Key Servers, such as keys.openpgp.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Paul Schaub ec59e717fc
Update changelog
4 months ago
.reuse Add woodpecker CI 8 months ago
.woodpecker Add woodpecker CI 8 months ago
LICENSES First design of the API 12 months ago
config/checkstyle Some more cleanup 12 months ago
gradle/wrapper Initial commit 12 months ago
vks-java Move jsr version to version.gradle 11 months ago
vks-java-cli Add support for i18n using resource bundles 8 months ago
.gitignore Initial commit 12 months ago
CHANGELOG.md Update changelog 4 months ago
LICENSE Add LICENSE 12 months ago
README.md Add badges for CI and Coveralls 8 months ago
build.gradle Move dependency versions into version.gradle and bump bc to 1.71 12 months ago
gradlew Initial commit 12 months ago
gradlew.bat Initial commit 12 months ago
settings.gradle Add vks-java-cli Command Line Frontend 12 months ago
version.gradle Bump bc-util to 1.72 4 months ago

README.md

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