Interface CRLRevocationCache
- All Known Implementing Classes:
CRLCacheManagement
public interface CRLRevocationCache
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CRLRevocationCache.CRLResult
-
Method Summary
Modifier and Type Method Description void
addCRL(X509Certificate certificate, X509CRL crl)
void
addCRLs(Collection<X509Certificate> certificates, Collection<X509CRL> crls)
default CRLRevocationCache.CRLResult
getCRLFromCertificate(Object certificate)
CRLRevocationCache.CRLResult
getCRLFromCertificate(Object certificate, Time timeReference)
-
Method Details
-
addCRL
-
addCRLs
-
getCRLFromCertificate
-
getCRLFromCertificate
-