Interface OnlineRevocationSource<R extends Revocation>
- All Superinterfaces:
RevocationSource<R>
,Serializable
- All Known Implementing Classes:
OnlineCRLSource
,OnlineOCSPSource
public interface OnlineRevocationSource<R extends Revocation> extends RevocationSource<R>
Sub-interface for online sources of
RevocationToken
s-
Method Summary
Modifier and Type Method Description void
setDataLoader(DataLoader dataLoader)
Set the DataLoader to use for querying a revocation server.Methods inherited from interface eu.europa.esig.dss.spi.x509.revocation.RevocationSource
getRevocationToken
-
Method Details
-
setDataLoader
Set the DataLoader to use for querying a revocation server.- Parameters:
dataLoader
- the component that allows to retrieve a revocation response using HTTP.
-