1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-13 07:41:08 +01:00

Update READMEs

This commit is contained in:
Paul Schaub 2022-02-03 15:43:33 +01:00
parent c0553654bc
commit 1e2aed8557
3 changed files with 20 additions and 0 deletions

View file

@ -6,3 +6,11 @@ SPDX-License-Identifier: Apache-2.0
# Shared PGP Certificate Directory for Java
Backend-agnostic implementation of the [Shared PGP Certificate Directory Specification](https://sequoia-pgp.gitlab.io/pgp-cert-d/).
This module implements the non-OpenPGP parts of the spec, e.g. locating the directory, resolving certificate file paths,
locking the directory for writes etc.
To get a useful implementation, a backend implementation such as `pgpainless-cert-d` is required, which needs to provide
support for reading and merging certificates.
`pgp-cert-d-java` can be used as an implementation of `pgp-certificate-store`.

View file

@ -0,0 +1,10 @@
<!--
SPDX-FileCopyrightText: 2022 Paul Schaub <info@pgpainless.org>
SPDX-License-Identifier: Apache-2.0
-->
# Command Line Interface for pgpainless-cert-d
This module utilizes [picocli](https://picocli.info) to provide a CLI application for use with the
[Shared PGP Certificate Directory](https://sequoia-pgp.gitlab.io/pgp-cert-d/).

View file

@ -5,3 +5,5 @@ SPDX-License-Identifier: Apache-2.0
-->
# Certificate Stores + PGPainless
This module makes use of `pgpainless-core` to provide backend implementations of classes required by `pgp-cert-d-java`.