Package eu.europa.esig.dss.tsl.service
Class TSLParser
- java.lang.Object
-
- eu.europa.esig.dss.tsl.service.TSLParser
-
- All Implemented Interfaces:
Callable<TSLParserResult>
public class TSLParser extends Object implements Callable<TSLParserResult>
This class allows to parse a TSL from JAXB object to DTO's. It can be executed as a Callable
-
-
Constructor Summary
Constructors Constructor Description TSLParser(DSSDocument trustedList)
-
-
-
Constructor Detail
-
TSLParser
public TSLParser(DSSDocument trustedList)
-
-
Method Detail
-
call
public TSLParserResult call() throws Exception
- Specified by:
callin interfaceCallable<TSLParserResult>- Throws:
Exception
-
getCondition
protected Condition getCondition(CriteriaListType criteriaList)
-
-