Package org.digidoc4j
Interface DSSFileLoaderFactory
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TslFileLoaderFactory
- 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 file loaders. File loaders are used for
downloading lists of trusted lists (LOTL) and trusted lists (TL).
-
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.spi.client.http.DSSFileLoader
create()
Create a new file loader instance.
-
Method Details
-
create
eu.europa.esig.dss.spi.client.http.DSSFileLoader create()Create a new file loader instance.- Returns:
- new file loader.
-