Package eu.europa.esig.dss.validation
Interface CertificateStatusVerifier
-
- All Known Implementing Classes:
CRLCertificateVerifier,OCSPAndCRLCertificateVerifier,OCSPCertificateVerifier
public interface CertificateStatusVerifierImplements a check that can be executed for a certificate.
-
-
Method Summary
Modifier and Type Method Description RevocationTokencheck(CertificateToken certificate)Check the validity (revocation status) of the certificate.
-
-
-
Method Detail
-
check
RevocationToken check(CertificateToken certificate)
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.
-
-