mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 10:49:39 +02:00
Host javadoc on javadoc.io
This commit is contained in:
parent
2b9d92ed89
commit
36c5ec8a28
4 changed files with 8 additions and 4 deletions
|
@ -9,10 +9,10 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
[](https://travis-ci.com/pgpainless/pgpainless)
|
[](https://travis-ci.com/pgpainless/pgpainless)
|
||||||
[](https://search.maven.org/artifact/org.pgpainless/pgpainless-core)
|
[](https://search.maven.org/artifact/org.pgpainless/pgpainless-core)
|
||||||
[](https://coveralls.io/github/pgpainless/pgpainless?branch=master)
|
[](https://coveralls.io/github/pgpainless/pgpainless?branch=master)
|
||||||
[](https://pgpainless.org/releases/latest/javadoc/)
|
|
||||||
[](https://tests.sequoia-pgp.org/)
|
[](https://tests.sequoia-pgp.org/)
|
||||||
[](https://keyoxide.org/7F9116FEA90A5983936C7CFAA027DB2F3E1E118A)
|
[](https://keyoxide.org/7F9116FEA90A5983936C7CFAA027DB2F3E1E118A)
|
||||||
[](https://api.reuse.software/info/github.com/pgpainless/pgpainless)
|
[](https://api.reuse.software/info/github.com/pgpainless/pgpainless)
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
PGPainless aims to make using OpenPGP in Java projects as simple as possible.
|
PGPainless aims to make using OpenPGP in Java projects as simple as possible.
|
||||||
|
|
|
@ -6,6 +6,8 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# PGPainless-CLI
|
# PGPainless-CLI
|
||||||
|
|
||||||
|
[](https://javadoc.io/doc/org.pgpainless/pgpainless-cli)
|
||||||
|
|
||||||
PGPainless-CLI is an implementation of the [Stateless OpenPGP Command Line Interface](https://tools.ietf.org/html/draft-dkg-openpgp-stateless-cli-01) specification based on PGPainless.
|
PGPainless-CLI is an implementation of the [Stateless OpenPGP Command Line Interface](https://tools.ietf.org/html/draft-dkg-openpgp-stateless-cli-01) specification based on PGPainless.
|
||||||
|
|
||||||
It plugs `pgpainless-sop` into `sop-java-picocli`.
|
It plugs `pgpainless-sop` into `sop-java-picocli`.
|
||||||
|
|
|
@ -6,6 +6,9 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# PGPainless-Core
|
# PGPainless-Core
|
||||||
|
|
||||||
|
[](https://javadoc.io/doc/org.pgpainless/pgpainless-core)
|
||||||
|
[](https://search.maven.org/artifact/org.pgpainless/pgpainless-core)
|
||||||
|
|
||||||
Wrapper around Bouncycastle's OpenPGP implementation.
|
Wrapper around Bouncycastle's OpenPGP implementation.
|
||||||
|
|
||||||
## Protection Against Attacks
|
## Protection Against Attacks
|
||||||
|
|
|
@ -8,8 +8,7 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
[](https://datatracker.ietf.org/doc/html/draft-dkg-openpgp-stateless-cli-03)
|
[](https://datatracker.ietf.org/doc/html/draft-dkg-openpgp-stateless-cli-03)
|
||||||
[](https://search.maven.org/artifact/org.pgpainless/pgpainless-sop)
|
[](https://search.maven.org/artifact/org.pgpainless/pgpainless-sop)
|
||||||
[](https://pgpainless.org/releases/latest/javadoc/org/pgpainless/sop/package-summary.html)
|
[](https://javadoc.io/doc/org.pgpainless/pgpainless-sop)
|
||||||
[](https://api.reuse.software/info/github.com/pgpainless/pgpainless)
|
|
||||||
|
|
||||||
Implementation of the Stateless OpenPGP Protocol using PGPainless.
|
Implementation of the Stateless OpenPGP Protocol using PGPainless.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue