public interface CertificateStore
| Modifier and Type | Method and Description |
|---|---|
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.
|
void addCertificate(ValidationResult type, Cert certificate)
type - trusted, rejected or accept once.certificate - the certificate to add.Set<Cert> getRejectedCerts()
Set<X509CRL> getRevocationLists()
Set<Cert> getTrustedCerts()
getRevocationLists() revocation lists.Copyright © 2026. All rights reserved.