Class OfflineCRLSource

java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.crl.OfflineCRLSource
All Implemented Interfaces:
CRLSource, RevocationSource<CRLToken>, Serializable
Direct Known Subclasses:
ExternalResourcesCRLSource, SignatureCRLSource

public abstract class OfflineCRLSource
extends Object
implements CRLSource
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