Class PKICRLSource

java.lang.Object
eu.europa.esig.dss.pki.x509.revocation.crl.PKICRLSource
All Implemented Interfaces:
CRLSource, RevocationSource<CRL>, Serializable

public class PKICRLSource extends Object implements CRLSource
An implementation of the CRLSource interface that provides methods to obtain Certificate Revocation Lists (CRLs) for certificate revocation checks. The CRLs are retrieved based on the CertEntity (certificate entity) and optionally specified production and next update dates.
See Also: