Package eu.europa.esig.dss.tsl.runnable
Class PivotProcessing
java.lang.Object
eu.europa.esig.dss.tsl.runnable.AbstractAnalysis
eu.europa.esig.dss.tsl.runnable.PivotProcessing
- All Implemented Interfaces:
Callable<PivotProcessingResult>
public class PivotProcessing extends AbstractAnalysis implements Callable<PivotProcessingResult>
-
Constructor Summary
Constructors Constructor Description PivotProcessing(LOTLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader)
-
Method Summary
Modifier and Type Method Description PivotProcessingResult
call()
Methods inherited from class eu.europa.esig.dss.tsl.runnable.AbstractAnalysis
download, getCacheAccessByKey, lotlParsing, validation
-
Constructor Details
-
PivotProcessing
public PivotProcessing(LOTLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader)
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<PivotProcessingResult>
- Throws:
Exception
-