Interface CRLSource
- All Superinterfaces:
RevocationSource<CRLToken>
,Serializable
- All Known Implementing Classes:
CAdESCRLSource
,CMSCRLSource
,ExternalResourcesCRLSource
,JdbcCacheCRLSource
,ListCRLSource
,OfflineCRLSource
,OnlineCRLSource
,PAdESCRLSource
,SignatureCRLSource
,TimestampCRLSource
,XAdESCRLSource
public interface CRLSource extends RevocationSource<CRLToken>
Typed sub-interface which allows to collect
CRLToken
. The validation
of a certificate requires the access to some CRLs. This information can be
found online, in a cache or even in the signature itself. This interface
provides an abstraction of a CRL data source.-
Method Summary
Methods inherited from interface eu.europa.esig.dss.spi.x509.revocation.RevocationSource
getRevocationToken