Package | Description |
---|---|
org.digidoc4j |
DigiDoc4J public api
|
Modifier and Type | Method and Description |
---|---|
DataLoaderFactory |
Configuration.getAiaDataLoaderFactory()
Deprecated.
Prefer to use
Configuration.setAiaSourceFactory(AIASourceFactory) and
Configuration.getAiaSourceFactory() instead.
If a custom AIA source factory is configured, then a custom AIA data loader factory has no effect. |
DataLoaderFactory |
Configuration.getOcspDataLoaderFactory()
Returns the currently set OCSP data loader factory or
null if no custom data loader factory is set. |
DataLoaderFactory |
Configuration.getTslDataLoaderFactory()
Deprecated.
Prefer to use
Configuration.setTslFileLoaderFactory(DSSFileLoaderFactory)
and Configuration.getTslFileLoaderFactory() instead.
If a custom TSL file loader factory is configured, then a custom TSL data loader factory has no effect.
If a data loader created by a custom TSL data loader factory does not implement
DSSFileLoader , then it is wrapped into a
FileCacheDataLoader . |
DataLoaderFactory |
Configuration.getTspDataLoaderFactory()
Returns the currently set TSP data loader factory or
null if no custom data loader factory is set. |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setAiaDataLoaderFactory(DataLoaderFactory aiaDataLoaderFactory)
Deprecated.
Prefer to use
Configuration.setAiaSourceFactory(AIASourceFactory) and
Configuration.getAiaSourceFactory() instead.
If a custom AIA source factory is configured, then a custom AIA data loader factory has no effect. |
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 use
Configuration.setTslFileLoaderFactory(DSSFileLoaderFactory)
and Configuration.getTslFileLoaderFactory() instead.
If a custom TSL file loader factory is configured, then a custom TSL data loader factory has no effect.
If a data loader created by a custom TSL data loader factory does not implement
DSSFileLoader , then it is wrapped into a
FileCacheDataLoader . |
void |
Configuration.setTspDataLoaderFactory(DataLoaderFactory tspDataLoaderFactory)
Set a data loader factory that manages the creation of custom data loaders for creating TSP requests.
|
Copyright © 2024. All rights reserved.