Class SimpleCachingCrlFetcher

  • All Implemented Interfaces:
    CrlFetcher

    public class SimpleCachingCrlFetcher
    extends Object
    implements CrlFetcher
    Simple implementation of CRL fetcher, which caches downloaded CRLs. If a CRL is not cached, or the Next update- field of a cached CRL indicates there is an updated CRL available, an updated CRL will immediately be downloaded.