Class OCSPAndCRLRevocationSource

java.lang.Object
eu.europa.esig.dss.validation.OCSPAndCRLRevocationSource
All Implemented Interfaces:
RevocationSource<Revocation>, Serializable

public class OCSPAndCRLRevocationSource
extends Object
implements RevocationSource<Revocation>
Fetchs revocation data for a certificate by querying an OCSP server first and then a CRL server if no OCSP response could be retrieved.
See Also:
Serialized Form