Module jpms_dss_spi
Interface OnlineRevocationSource<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:
RevocationSource<R>,Serializable
@Deprecated
public interface OnlineRevocationSource<R extends eu.europa.esig.dss.model.x509.revocation.Revocation>
extends RevocationSource<R>
Deprecated.
since DSS 5.13. To be removed later.
Sub-interface for online sources of
RevocationTokens-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classOnlineRevocationSource.RevocationTokenAndUrl<R extends eu.europa.esig.dss.model.x509.revocation.Revocation>Deprecated.since DSS 5.13. -
Method Summary
Modifier and TypeMethodDescriptiongetRevocationTokenAndUrl(eu.europa.esig.dss.model.x509.CertificateToken certificateToken, eu.europa.esig.dss.model.x509.CertificateToken issuerToken) Deprecated.since DSS 5.13.voidsetDataLoader(DataLoader dataLoader) Deprecated.since DSS 5.13.Methods inherited from interface eu.europa.esig.dss.spi.x509.revocation.RevocationSource
getRevocationToken
-
Method Details
-
setDataLoader
Deprecated.since DSS 5.13. Method#setDataLoaderto be used directly in implementationSet the DataLoader to use for querying a revocation server.- Parameters:
dataLoader- the component that allows to retrieve a revocation response using HTTP.
-
getRevocationTokenAndUrl
@Deprecated OnlineRevocationSource.RevocationTokenAndUrl<R> getRevocationTokenAndUrl(eu.europa.esig.dss.model.x509.CertificateToken certificateToken, eu.europa.esig.dss.model.x509.CertificateToken issuerToken) Deprecated.since DSS 5.13. Use#getRevocationToken(certificateToken, issuerToken).getSourceURL()methodThis method retrieves aRevocationTokenAndUrlfor the certificateToken- Parameters:
certificateToken- TheCertificateTokenfor which the request is madeissuerToken- TheCertificateTokenwhich is the issuer of the certificateToken- Returns:
- an instance of
RevocationTokenAndUrl
-