Interface RevocationSource<T extends RevocationToken>

    • Method Summary

      Modifier and Type Method Description
      T getRevocationToken​(CertificateToken certificateToken, CertificateToken issuerCertificateToken)
      This method retrieves a RevocationToken for the certificateToken
    • Method Detail

      • getRevocationToken

        T getRevocationToken​(CertificateToken certificateToken,
                             CertificateToken issuerCertificateToken)
        This method retrieves a RevocationToken for the certificateToken
        Parameters:
        certificateToken - The CertificateToken for which the request is made
        issuerCertificateToken - The CertificateToken which is the issuer of the certificateToken
        Returns:
        an instance of RevocationToken