Interface CRLRevocationCache
- All Known Implementing Classes:
CRLCacheManagement
public interface CRLRevocationCache
-
Method Summary
Modifier and Type Method Description default Optional<RevocationResult<X509CRL>>
getCRLFromCertificate(Object certificate)
Optional<RevocationResult<X509CRL>>
getCRLFromCertificate(Object certificate, Time timeReference)
-
Method Details
-
getCRLFromCertificate
-
getCRLFromCertificate
-