Module jpms_dss_spi

Interface RevocationSource<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 Subinterfaces:
CRLSource, OCSPSource, OnlineRevocationSource<R>, RevocationSourceAlternateUrlsSupport<R>
All Known Implementing Classes:
AlternateUrlsSourceAdapter, CMSCRLSource, CMSOCSPSource, CompositeRevocationSource, ExternalResourcesCRLSource, ExternalResourcesOCSPSource, JdbcRevocationSource, OfflineCRLSource, OfflineOCSPSource, OfflineRevocationSource, RepositoryRevocationSource, TimestampCRLSource, TimestampOCSPSource

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

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

    • getRevocationToken

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