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:
parent
92d66f7f30
commit
ca1dfae86f
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue