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 voidOnlineCRLSource. 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 classCommonsDataLoaderImplementation of DataLoader for any protocol.classFileCacheDataLoaderThis class provides some caching features to handle the resources.classOCSPDataLoaderImplementation of DataLoader using HttpClient.classTimestampDataLoaderImplementation 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 DataLoaderFileCacheDataLoader. getDataLoader()Methods in eu.europa.esig.dss.service.http.commons with parameters of type DataLoader Modifier and Type Method Description voidFileCacheDataLoader. 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 voidOnlineOCSPSource. setDataLoader(DataLoader dataLoader) -
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 voidOnlineTSPSource. 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 classIgnoreDataLoaderThis class allows to avoid downloading resources.classMemoryDataLoaderclassNativeHTTPDataLoaderImplementation 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 voidOnlineRevocationSource. setDataLoader(DataLoader dataLoader)Set the DataLoader to use for querying a revocation server. -
Uses of DataLoader in eu.europa.esig.dss.tsl.service
Methods in eu.europa.esig.dss.tsl.service with parameters of type DataLoader Modifier and Type Method Description voidTSLValidationJob. setDataLoader(DataLoader dataLoader)Constructors in eu.europa.esig.dss.tsl.service with parameters of type DataLoader Constructor Description TSLLoader(DataLoader dataLoader, String countryCode, String urlToLoad) -
Uses of DataLoader in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return DataLoader Modifier and Type Method Description DataLoaderCertificateVerifier. getDataLoader()The data loader used to access AIA certificate source.DataLoaderCommonCertificateVerifier. getDataLoader()DataLoaderSignaturePolicyProvider. getDataLoader()Methods in eu.europa.esig.dss.validation with parameters of type DataLoader Modifier and Type Method Description voidCertificateVerifier. setDataLoader(DataLoader dataLoader)The data loader used to access AIA certificate source.voidCommonCertificateVerifier. setDataLoader(DataLoader dataLoader)voidSignaturePolicyProvider. setDataLoader(DataLoader dataLoader)Constructors in eu.europa.esig.dss.validation with parameters of type DataLoader Constructor Description CommonCertificateVerifier(CertificateSource trustedCertSource, CRLSource crlSource, OCSPSource ocspSource, DataLoader dataLoader)The constructor with key parameters.
-