Package eu.europa.esig.dss.validation
Interface CertificateStatusVerifier
- All Known Implementing Classes:
CRLCertificateVerifier
,OCSPAndCRLCertificateVerifier
,OCSPCertificateVerifier
public interface CertificateStatusVerifier
Implements a check that can be executed for a certificate.
-
Method Summary
Modifier and Type Method Description RevocationToken
check(CertificateToken certificate)
Check the validity (revocation status) of the certificate.
-
Method Details
-
check
Check the validity (revocation status) of the certificate. The operation returns aRevocationToken
.- Parameters:
certificate
- The certificate to be verified- Returns:
- The RevocationToken or null the check cannot be performed.
-