mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2024-11-05 00:25:59 +01:00
Update README
This commit is contained in:
parent
5cfea2f1ca
commit
cd193bd998
2 changed files with 22 additions and 2 deletions
20
README.md
20
README.md
|
@ -1 +1,21 @@
|
|||
<!--
|
||||
SPDX-FileCopyrightText: 2022 Paul Schaub <info@pgpainless.org>
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
# Shared PGP Certificate Directory for Java
|
||||
|
||||
This repository contains a number of modules defining OpenPGP certificate storage for Java and Android applications.
|
||||
|
||||
The module [pgp-certificate-store](pgp-certificate-store] defines generalized
|
||||
interfaces for OpenPGP Certificate storage.
|
||||
It can be used by applications and libraries such as
|
||||
[PGPainless](https://pgpainless.org/) for certificate management.
|
||||
|
||||
The module [pgp-cert-d-java](pgp-cert-d-java) contains an implementation of
|
||||
the [Shared PGP Certificate Directory](https://sequoia-pgp.gitlab.io/pgp-cert-d/)
|
||||
which can also be used as a backend for the `pgp-certificate-store` interfaces.
|
||||
|
||||
Lastly, the module [pgp-cert-d-java-jdbc-sqlite-lookup](pgp-cert-d-java-jdbc-sqlite-lookup)
|
||||
contains an implementation of the `SubkeyLookup` interface using an sqlite database.
|
||||
|
|
|
@ -6,5 +6,5 @@ SPDX-License-Identifier: Apache-2.0
|
|||
|
||||
# PGP Certificate Store Definitions
|
||||
|
||||
This module contains API definitions for a certificate store for PGPainless.
|
||||
A certificate store is used to store public key certificates only.
|
||||
This module contains API definitions for an OpenPGP certificate store.
|
||||
A certificate store is used to store public key certificates only.
|
||||
|
|
Loading…
Reference in a new issue