Interface RevocationSourceAlternateUrlsSupport<T extends RevocationToken>

All Superinterfaces:
RevocationSource<T>, Serializable
All Known Implementing Classes:
AlternateUrlsSourceAdapter, OnlineCRLSource, OnlineOCSPSource

public interface RevocationSourceAlternateUrlsSupport<T extends RevocationToken>
extends RevocationSource<T>
  • Method Details

    • getRevocationToken

      T getRevocationToken​(CertificateToken certificateToken, CertificateToken issuerCertificateToken, List<String> alternativeUrls)
      Gets an RevocationToken for the given certificate / issuer's certificate couple. The coherence between the response and the request is checked.
      Parameters:
      certificateToken - The CertificateToken for which the request is made
      issuerCertificateToken - The CertificateToken which is the issuer of the certificateToken
      alternativeUrls - The list of alternative urls to call
      Returns:
      RevocationToken containing information about the validity of the cert