Java Implementation of OpenPGP Certificate Fetching via Web Key Directory (WKD)
Go to file
Paul Schaub 40d5d6eba6
Introduce enum value for test case expectation to enable modelling of unassertive tests!
2022-04-02 17:31:38 +02:00
.reuse Initial commit 2022-02-21 11:51:30 +01:00
LICENSES Initial commit 2022-02-21 11:51:30 +01:00
config/checkstyle Add Checkstyle config 2022-02-21 14:16:37 +01:00
gradle/wrapper Initial commit 2022-02-21 11:51:30 +01:00
wkd-java Add more tests 2022-03-21 16:15:02 +01:00
wkd-java-cli Introduce enum value for test case expectation to enable modelling of unassertive tests! 2022-04-02 17:31:38 +02:00
wkd-test-suite Introduce enum value for test case expectation to enable modelling of unassertive tests! 2022-04-02 17:31:38 +02:00
.gitignore Initial commit 2022-02-21 11:51:30 +01:00
LICENSE Initial commit 2022-02-21 11:51:30 +01:00
README.md Fix links to submodules 2022-03-13 16:35:06 +01:00
build.gradle Add wkd-test-suite module 2022-03-02 17:01:30 +01:00
gradlew Initial commit 2022-02-21 11:51:30 +01:00
gradlew.bat Initial commit 2022-02-21 11:51:30 +01:00
settings.gradle Add wkd-test-suite module 2022-03-02 17:01:30 +01:00
version.gradle Initial commit 2022-02-21 11:51:30 +01:00

README.md

Web Key Directory for Java

This repository consists of the following modules:

  • wkd-java: An implementation of Certificate Discovery
  • wkd-java-cli: A command line application for Certificate Discovery
  • wkd-test-suite: A test suite generator that can populate a WKD with test vectors