mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2024-11-24 00:02:06 +01:00
Add links to javadoc and maven central to readme files
This commit is contained in:
parent
759afbeede
commit
8968f69e31
3 changed files with 10 additions and 0 deletions
|
@ -6,6 +6,10 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# Command Line Interface for the Web Key Directory
|
# Command Line Interface for the Web Key Directory
|
||||||
|
|
||||||
|
[![javadoc](https://javadoc.io/badge2/org.pgpainless/wkd-java-cli/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/wkd-java-cli)
|
||||||
|
[![Maven Central](https://badgen.net/maven/v/maven-central/org.pgpainless/wkd-java-cli)](https://search.maven.org/artifact/org.pgpainless/wkd-java-cli)
|
||||||
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
Usage: wkdcli fetch [-a] USERID
|
Usage: wkdcli fetch [-a] USERID
|
||||||
Fetch an OpenPGP Certificate via the Web Key Directory
|
Fetch an OpenPGP Certificate via the Web Key Directory
|
||||||
|
|
|
@ -6,4 +6,7 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# WKD-Java
|
# WKD-Java
|
||||||
|
|
||||||
|
[![javadoc](https://javadoc.io/badge2/org.pgpainless/wkd-java/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/wkd-java)
|
||||||
|
[![Maven Central](https://badgen.net/maven/v/maven-central/org.pgpainless/wkd-java)](https://search.maven.org/artifact/org.pgpainless/wkd-java)
|
||||||
|
|
||||||
API Implementation of the Key Discovery part of the Web Key Directory Specification for Java.
|
API Implementation of the Key Discovery part of the Web Key Directory Specification for Java.
|
||||||
|
|
|
@ -6,6 +6,9 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# WKD Test Suite Generator
|
# WKD Test Suite Generator
|
||||||
|
|
||||||
|
[![javadoc](https://javadoc.io/badge2/org.pgpainless/wkd-test-suite/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/wkd-test-suite)
|
||||||
|
[![Maven Central](https://badgen.net/maven/v/maven-central/org.pgpainless/wkd-test-suite)](https://search.maven.org/artifact/org.pgpainless/wkd-test-suite)
|
||||||
|
|
||||||
This module contains a CLI application that can be used to generate WKD test vectors.
|
This module contains a CLI application that can be used to generate WKD test vectors.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Reference in a new issue