Package org.digidoc4j
Interface DataLoaderFactory
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Manages the creation of new data loaders. Data loaders are used for getting OCSP and time-stamp requests,
and downloading lists of trusted lists (LOTL), trusted lists (TL) and certificates.
-
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.spi.client.http.DataLoadercreate()Create a new data loader instance.
-
Method Details
-
create
eu.europa.esig.dss.spi.client.http.DataLoader create()Create a new data loader instance.- Returns:
- new data loader.
-