Module jpms_dss_spi
Interface MultipleRevocationSource<R extends eu.europa.esig.dss.model.x509.revocation.Revocation>
- Type Parameters:
R- implementation ofRevocation(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 TypeMethodDescriptiongetRevocationTokens(eu.europa.esig.dss.model.x509.CertificateToken certificateToken, eu.europa.esig.dss.model.x509.CertificateToken issuerCertificateToken) This method retrieves a list ofRevocationTokenfor 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 ofRevocationTokenfor the certificateToken- Parameters:
certificateToken- TheCertificateTokenfor which the request is madeissuerCertificateToken- TheCertificateTokenwhich is the issuer of the certificateToken- Returns:
- a list of
RevocationToken
-