Uses of Interface
eu.europa.esig.dss.spi.client.http.DataLoader
-
Uses of DataLoader in eu.europa.esig.dss.service.crl
Methods in eu.europa.esig.dss.service.crl with parameters of type DataLoader Modifier and Type Method Description void
OnlineCRLSource. setDataLoader(DataLoader dataLoader)
Constructors in eu.europa.esig.dss.service.crl with parameters of type DataLoader Constructor Description OnlineCRLSource(DataLoader dataLoader)
This constructor allows to set a specificDataLoader
. -
Uses of DataLoader in eu.europa.esig.dss.service.http.commons
Classes in eu.europa.esig.dss.service.http.commons that implement DataLoader Modifier and Type Class Description class
CommonsDataLoader
Implementation of DataLoader for any protocol.class
FileCacheDataLoader
This class provides some caching features to handle the resources.class
OCSPDataLoader
Implementation of DataLoader using HttpClient.class
TimestampDataLoader
Implementation of DataLoader using HttpClient to request a timestamp server.Methods in eu.europa.esig.dss.service.http.commons that return DataLoader Modifier and Type Method Description DataLoader
FileCacheDataLoader. getDataLoader()
Methods in eu.europa.esig.dss.service.http.commons with parameters of type DataLoader Modifier and Type Method Description void
FileCacheDataLoader. setDataLoader(DataLoader dataLoader)
Constructors in eu.europa.esig.dss.service.http.commons with parameters of type DataLoader Constructor Description FileCacheDataLoader(DataLoader dataLoader)
-
Uses of DataLoader in eu.europa.esig.dss.service.ocsp
Methods in eu.europa.esig.dss.service.ocsp with parameters of type DataLoader Modifier and Type Method Description void
OnlineOCSPSource. setDataLoader(DataLoader dataLoader)
Constructors in eu.europa.esig.dss.service.ocsp with parameters of type DataLoader Constructor Description OnlineOCSPSource(DataLoader dataLoader)
Creates an Online OCSP Source with the providedDataLoader
instance. -
Uses of DataLoader in eu.europa.esig.dss.service.tsp
Methods in eu.europa.esig.dss.service.tsp with parameters of type DataLoader Modifier and Type Method Description void
OnlineTSPSource. setDataLoader(DataLoader dataLoader)
Set the DataLoader to use for querying the TSP server. -
Uses of DataLoader in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi with parameters of type DataLoader Modifier and Type Method Description static Collection<CertificateToken>
DSSUtils. loadPotentialIssuerCertificates(CertificateToken cert, DataLoader loader)
This method loads the potential issuer certificate(s) from the given locations (AIA). -
Uses of DataLoader in eu.europa.esig.dss.spi.client.http
Classes in eu.europa.esig.dss.spi.client.http that implement DataLoader Modifier and Type Class Description class
IgnoreDataLoader
This class allows to avoid downloading resources.class
MemoryDataLoader
class
NativeHTTPDataLoader
Implementation of native java DataLoader using the java.net.URL class. -
Uses of DataLoader in eu.europa.esig.dss.spi.x509.revocation
Methods in eu.europa.esig.dss.spi.x509.revocation with parameters of type DataLoader Modifier and Type Method Description void
OnlineRevocationSource. setDataLoader(DataLoader dataLoader)
Set the DataLoader to use for querying a revocation server. -
Uses of DataLoader in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return DataLoader Modifier and Type Method Description DataLoader
CertificateVerifier. getDataLoader()
The data loader used to access AIA certificate source.DataLoader
CommonCertificateVerifier. getDataLoader()
DataLoader
SignaturePolicyProvider. getDataLoader()
Methods in eu.europa.esig.dss.validation with parameters of type DataLoader Modifier and Type Method Description void
CertificateVerifier. setDataLoader(DataLoader dataLoader)
The data loader used to access AIA certificate source.void
CommonCertificateVerifier. setDataLoader(DataLoader dataLoader)
void
SignaturePolicyProvider. setDataLoader(DataLoader dataLoader)
Constructors in eu.europa.esig.dss.validation with parameters of type DataLoader Constructor Description AIACertificateSource(CertificateToken certificate, DataLoader dataLoader)
CommonCertificateVerifier(List<CertificateSource> trustedCertSources, CRLSource crlSource, OCSPSource ocspSource, DataLoader dataLoader)
The constructor with key parameters.