Class FileRevocationSource<R extends Revocation>

java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.RepositoryRevocationSource<R>
eu.europa.esig.dss.spi.x509.revocation.FileRevocationSource<R>
Type Parameters:
R - CRL or OCSP
All Implemented Interfaces:
MultipleRevocationSource<R>, RevocationSource<R>, Serializable
Direct Known Subclasses:
FileCacheCRLSource, FileCacheOCSPSource

public abstract class FileRevocationSource<R extends Revocation> extends RepositoryRevocationSource<R>
Abstract class that extends RepositoryRevocationSource to provide file-based caching functionality for revocation data.
See Also: