Class OfflineCRLSource

java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.OfflineRevocationSource<CRL>
eu.europa.esig.dss.spi.x509.revocation.crl.OfflineCRLSource
All Implemented Interfaces:
MultipleRevocationSource<CRL>, Serializable
Direct Known Subclasses:
ExternalResourcesCRLSource

public abstract class OfflineCRLSource
extends OfflineRevocationSource<CRL>
This class if a basic skeleton that is able to retrieve needed CRL data from the contained list. The child need to retrieve the list of wrapped CRLs.
See Also:
Serialized Form