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.
|
4 months ago | |
---|---|---|
.reuse | 8 months ago | |
.woodpecker | 8 months ago | |
LICENSES | 12 months ago | |
config/checkstyle | 12 months ago | |
gradle/wrapper | 12 months ago | |
vks-java | 11 months ago | |
vks-java-cli | 8 months ago | |
.gitignore | 12 months ago | |
CHANGELOG.md | 4 months ago | |
LICENSE | 12 months ago | |
README.md | 8 months ago | |
build.gradle | 12 months ago | |
gradlew | 12 months ago | |
gradlew.bat | 12 months ago | |
settings.gradle | 12 months ago | |
version.gradle | 4 months ago |
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