Module jpms_dss_spi

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

Type Parameters:
R - implementation of Revocation (CRL or OCSP) for the current revocation source
All Superinterfaces:
Serializable
All Known Implementing Classes:
CMSCRLSource, CMSOCSPSource, ExternalResourcesCRLSource, ExternalResourcesOCSPSource, JdbcRevocationSource, ListRevocationSource, OfflineCRLSource, OfflineOCSPSource, OfflineRevocationSource, RepositoryRevocationSource, TimestampCRLSource, TimestampOCSPSource

public interface MultipleRevocationSource<R extends eu.europa.esig.dss.model.x509.revocation.Revocation> extends Serializable
This interface allows to retrieve all revocation data for a given certificate. Several implementations are available based on CRL and OCSP.
  • Method Summary

    Modifier and Type
    Method
    Description
    getRevocationTokens(eu.europa.esig.dss.model.x509.CertificateToken certificateToken, eu.europa.esig.dss.model.x509.CertificateToken issuerCertificateToken)
    This method retrieves a list of RevocationToken for the certificateToken
  • Method Details

    • getRevocationTokens

      List<RevocationToken<R>> getRevocationTokens(eu.europa.esig.dss.model.x509.CertificateToken certificateToken, eu.europa.esig.dss.model.x509.CertificateToken issuerCertificateToken)
      This method retrieves a list of 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:
      a list of RevocationToken