Skip to content

Commit

Permalink
Add documentation to CertificateAuthority
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed Jul 21, 2023
1 parent 8926ff9 commit ccbf4ab
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -10,6 +10,13 @@
import java.util.Date;
import java.util.List;

/**
* 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.
*
* @see <a href="https://github.com/pgpainless/pgpainless-wot">PGPainless-WOT</a>
* @see <a href="https://sequoia-pgp.gitlab.io/sequoia-wot/">OpenPGP Web of Trust</a>
*/
public interface CertificateAuthority {

/**
Expand Down

0 comments on commit ccbf4ab

Please sign in to comment.