Interface RevocationSource<R extends Revocation>

Type Parameters:
R - implementation of Revocation (CRL or OCSP) for the current revocation source
All Superinterfaces:
Serializable
All Known Subinterfaces:
CRLSource, OCSPSource, RevocationSourceAlternateUrlsSupport<R>
All Known Implementing Classes:
AlternateUrlsSourceAdapter, CAdESCRLSource, CAdESOCSPSource, CMSCRLSource, CMSOCSPSource, CompositeRevocationSource, EvidenceRecordCRLSource, EvidenceRecordOCSPSource, ExternalResourcesCRLSource, ExternalResourcesOCSPSource, FileCacheCRLSource, FileCacheOCSPSource, FileRevocationSource, JAdESCRLSource, JAdESOCSPSource, JdbcCacheCRLSource, JdbcCacheOCSPSource, JdbcRevocationSource, OfflineCRLSource, OfflineOCSPSource, OfflineRevocationSource, OnlineCRLSource, OnlineOCSPSource, PAdESCRLSource, PAdESOCSPSource, PdfCmsCRLSource, PdfCmsOCSPSource, PdfCompositeDssDictCRLSource, PdfCompositeDssDictOCSPSource, PdfDssDictCRLSource, PdfDssDictOCSPSource, PKICRLSource, PKIDelegatedOCSPSource, PKIOCSPSource, RepositoryRevocationSource, TimestampCRLSource, TimestampOCSPSource, XAdESCRLSource, XAdESOCSPSource

public interface RevocationSource<R extends Revocation> extends Serializable
This interface allows revocation data retrieving for a given certificate. Several implementations are available based on CRL and OCSP.
  • Method Details

    • getRevocationToken

      RevocationToken<R> getRevocationToken(CertificateToken certificateToken, 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