Host javadoc on javadoc.io

This commit is contained in:
Paul Schaub 2022-02-11 14:27:29 +01:00
parent 780abbbc51
commit 4177780653
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,9 @@ SPDX-License-Identifier: Apache-2.0
-->
# SOP-Java-Picocli
[![javadoc](https://javadoc.io/badge2/org.pgpainless/sop-java-picocli/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/sop-java-picocli)
[![Maven Central](https://badgen.net/maven/v/maven-central/org.pgpainless/sop-java-picocli)](https://search.maven.org/artifact/org.pgpainless/sop-java-picocli)
Implementation of the [Stateless OpenPGP Command Line Interface](https://tools.ietf.org/html/draft-dkg-openpgp-stateless-cli-01) specification.
This terminal application allows generation of OpenPGP keys, extraction of public key certificates,
armoring and de-armoring of data, as well as - of course - encryption/decryption of messages and creation/verification of signatures.

View file

@ -6,6 +6,9 @@ SPDX-License-Identifier: Apache-2.0
# SOP-Java
[![javadoc](https://javadoc.io/badge2/org.pgpainless/sop-java/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/sop-java)
[![Maven Central](https://badgen.net/maven/v/maven-central/org.pgpainless/sop-java)](https://search.maven.org/artifact/org.pgpainless/sop-java)
Stateless OpenPGP Protocol for Java.
This module contains interfaces that model the API described by the