Interface CrlFetcher
-
- All Known Subinterfaces:
CrlCache
- All Known Implementing Classes:
DirectoryCrlCache,SimpleCachingCrlFetcher,SimpleCrlCache
public interface CrlFetcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description X509CRLget(String url)
-
-
-
Method Detail
-
get
X509CRL get(String url) throws CertificateValidationException
- Throws:
CertificateValidationException
-
-