Interface CertificateStatusVerifier

    • Method Summary

      Modifier and Type Method Description
      RevocationToken check​(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 a RevocationToken.
        Parameters:
        certificate - The certificate to be verified
        Returns:
        The RevocationToken or null the check cannot be performed.