mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2025-09-08 18:59:40 +02:00
Add badges and info to readme files
This commit is contained in:
parent
5222c54536
commit
9efcae77de
3 changed files with 21 additions and 1 deletions
|
@ -6,6 +6,9 @@ SPDX-License-Identifier: Apache-2.0
|
|||
|
||||
# Shared PGP Certificate Directory for Java
|
||||
|
||||
[](https://javadoc.io/doc/org.pgpainless/pgp-cert-d-java)
|
||||
[](https://search.maven.org/artifact/org.pgpainless/pgp-cert-d-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.
|
||||
|
@ -13,4 +16,6 @@ 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`.
|
||||
`pgp-cert-d-java` can be used as an implementation of `pgp-certificate-store`.
|
||||
|
||||
Note: This is a library module. For a command line interface, see [pgpainless-cert-d-cli](https://github.com/pgpainless/cert-d-pgpainless/tree/main/pgpainless-cert-d-cli).
|
Loading…
Add table
Add a link
Reference in a new issue