Module jpms_dss_spi

Interface CRLSource

All Superinterfaces:
RevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL>, Serializable

public interface CRLSource extends RevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL>
Typed sub-interface which allows collection of CRLToken(s). The validation of a certificate requires the access to some CRLs. This information can be found online, in a cache or even in the signature itself. This interface provides an abstraction of a CRL data source.
  • 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

      CRLToken getRevocationToken(eu.europa.esig.dss.model.x509.CertificateToken certificateToken, eu.europa.esig.dss.model.x509.CertificateToken issuerCertificateToken)
      Description copied from interface: RevocationSource
      This method retrieves a RevocationToken for the certificateToken
      Specified by:
      getRevocationToken in interface RevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL>
      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