Module jpms_dss_spi

Interface RevocationSourceAlternateUrlsSupport<R extends eu.europa.esig.dss.model.x509.revocation.Revocation>

Type Parameters:
R - Revocation
All Superinterfaces:
RevocationSource<R>, Serializable
All Known Implementing Classes:
AlternateUrlsSourceAdapter

public interface RevocationSourceAlternateUrlsSupport<R extends eu.europa.esig.dss.model.x509.revocation.Revocation> extends RevocationSource<R>
This interface provides a method to retrieve a revocation data with a list of alternative URL access points
  • Method Summary

    Modifier and Type
    Method
    Description
    getRevocationToken(eu.europa.esig.dss.model.x509.CertificateToken certificateToken, eu.europa.esig.dss.model.x509.CertificateToken issuerCertificateToken, List<String> alternativeUrls)
    Gets an RevocationToken for the given certificate / issuer's certificate couple.

    Methods inherited from interface eu.europa.esig.dss.spi.x509.revocation.RevocationSource

    getRevocationToken
  • Method Details

    • getRevocationToken

      RevocationToken<R> getRevocationToken(eu.europa.esig.dss.model.x509.CertificateToken certificateToken, eu.europa.esig.dss.model.x509.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