Java Implementation of OpenPGP Certificate Fetching via Web Key Directory (WKD)
Go to file
Paul Schaub 79af7ccab6
Disable TestFetchKeysFromGithubPages by default
External users might not expect the test suite to contact GH pages
2022-02-23 20:58:42 +01: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 javadoc and move http-independent WKDFetcher logic to AbstractWKDFetchet class. 2022-02-23 19:54:32 +01:00
wkd-java-cli Disable TestFetchKeysFromGithubPages by default 2022-02-23 20:58:42 +01: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 Initial commit 2022-02-21 11:51:30 +01:00
build.gradle Create basic WKDCLI implementation 2022-02-21 14:16:55 +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 Initial commit 2022-02-21 11:51:30 +01:00
version.gradle Initial commit 2022-02-21 11:51:30 +01:00

README.md

Web Key Directory for Java