|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CertificateStore
An interface modeling a certificate store. Note for implementers! The methods of this interface may change in the future. If there is any error in implemented method, throw a RuntimeException or subclass of it.
| Method Summary | |
|---|---|
void |
addCertificate(ValidationResult type,
Cert certificate)
Add a certificate to the store. |
Set<Cert> |
getRejectedCerts()
Get all certificates that are stored as Rejected. |
Set<X509CRL> |
getRevocationLists()
Get all revocation lists the store has. |
Set<Cert> |
getTrustedCerts()
Get all certificates that are stored as Trusted. |
| Method Detail |
|---|
Set<Cert> getTrustedCerts()
getRevocationLists()
revocation lists.
Set<Cert> getRejectedCerts()
Set<X509CRL> getRevocationLists()
void addCertificate(ValidationResult type,
Cert certificate)
type - trusted, rejected or accept once.certificate - the certificate to add.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||