mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2024-11-14 20:12:05 +01:00
14 lines
606 B
Markdown
14 lines
606 B
Markdown
|
<!--
|
||
|
SPDX-FileCopyrightText: 2022 Paul Schaub <info@pgpainless.org>
|
||
|
|
||
|
SPDX-License-Identifier: Apache-2.0
|
||
|
-->
|
||
|
|
||
|
# PGP Certificate Store Definitions
|
||
|
|
||
|
[![javadoc](https://javadoc.io/badge2/org.pgpainless/pgp-certificate-store/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/pgp-certificate-store)
|
||
|
[![Maven Central](https://badgen.net/maven/v/maven-central/org.pgpainless/pgp-certificate-store)](https://search.maven.org/artifact/org.pgpainless/pgp-certificate-store)
|
||
|
|
||
|
This module contains API definitions for an OpenPGP certificate store.
|
||
|
A certificate store is used to store public key certificates only.
|