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

      RevocationToken check​(CertificateToken certificate)
      Check the validity (revocation status) of the certificate. The operation returns a RevocationToken.
      Parameters:
      certificate - The certificate to be verified
      Returns:
      The RevocationToken or null the check cannot be performed.