Uses of Interface
org.digidoc4j.DataLoaderFactory
Packages that use DataLoaderFactory
-
Uses of DataLoaderFactory in org.digidoc4j
Methods in org.digidoc4j that return DataLoaderFactoryModifier and TypeMethodDescriptionConfiguration.getAiaDataLoaderFactory()
Deprecated.Configuration.getOcspDataLoaderFactory()
Returns the currently set OCSP data loader factory ornull
if no custom data loader factory is set.Configuration.getTslDataLoaderFactory()
Deprecated.Prefer to useConfiguration.setTslFileLoaderFactory(DSSFileLoaderFactory)
andConfiguration.getTslFileLoaderFactory()
instead.Configuration.getTspDataLoaderFactory()
Returns the currently set TSP data loader factory ornull
if no custom data loader factory is set.Methods in org.digidoc4j with parameters of type DataLoaderFactoryModifier and TypeMethodDescriptionvoid
Configuration.setAiaDataLoaderFactory
(DataLoaderFactory aiaDataLoaderFactory) Deprecated.Prefer to useConfiguration.setAiaSourceFactory(AIASourceFactory)
andConfiguration.getAiaSourceFactory()
instead.void
Configuration.setOcspDataLoaderFactory
(DataLoaderFactory ocspDataLoaderFactory) Set a data loader factory that manages the creation of custom data loaders for creating OCSP requests.void
Configuration.setTslDataLoaderFactory
(DataLoaderFactory tslDataLoaderFactory) Deprecated.Prefer to useConfiguration.setTslFileLoaderFactory(DSSFileLoaderFactory)
andConfiguration.getTslFileLoaderFactory()
instead.void
Configuration.setTspDataLoaderFactory
(DataLoaderFactory tspDataLoaderFactory) Set a data loader factory that manages the creation of custom data loaders for creating TSP requests.
Configuration.setAiaSourceFactory(AIASourceFactory)
andConfiguration.getAiaSourceFactory()
instead.