Interface OnlineRevocationSource<T extends RevocationToken>
-
- All Superinterfaces:
RevocationSource<T>,Serializable
- All Known Implementing Classes:
OnlineCRLSource,OnlineOCSPSource
public interface OnlineRevocationSource<T extends RevocationToken> extends RevocationSource<T>
Sub-interface for online sources ofRevocationTokens
-
-
Method Summary
Modifier and Type Method Description voidsetDataLoader(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 Detail
-
setDataLoader
void setDataLoader(DataLoader dataLoader)
Set the DataLoader to use for querying a revocation server.- Parameters:
dataLoader- the component that allows to retrieve a revocation response using HTTP.
-
-