1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29:39 +02:00

Fix references in javadoc

This commit is contained in:
Paul Schaub 2025-05-15 14:05:36 +02:00
parent 92d66f7f30
commit ca1dfae86f
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -12,8 +12,8 @@ import org.pgpainless.key.OpenPgpFingerprint
* Interface for a CA that can authenticate trust-worthy certificates. Such a CA might be a fixed * Interface for a CA that can authenticate trust-worthy certificates. Such a CA might be a fixed
* list of trustworthy certificates, or a dynamic implementation like the Web-of-Trust. * list of trustworthy certificates, or a dynamic implementation like the Web-of-Trust.
* *
* @see <a href="https://github.com/pgpainless/pgpainless-wot">PGPainless-WOT</a> * @see [PGPainless-WOT](https://github.com/pgpainless/pgpainless-wot)
* @see <a href="https://sequoia-pgp.gitlab.io/sequoia-wot/">OpenPGP Web of Trust</a> * @see [OpenPGP Web of Trust](https://sequoia-pgp.gitlab.io/sequoia-wot/)
*/ */
interface CertificateAuthority { interface CertificateAuthority {