Package eu.europa.esig.dss.tsl.parsing
Class ParsingUtils
java.lang.Object
eu.europa.esig.dss.tsl.parsing.ParsingUtils
public class ParsingUtils extends Object
-
Constructor Summary
Constructors Constructor Description ParsingUtils()
-
Method Summary
Modifier and Type Method Description static OtherTSLPointer
getXMLLOTLPointer(ParsingCacheDTO parsingCacheDTO)
Extracts XML LOTL Pointer from a parsing cache of a pivot
-
Constructor Details
-
ParsingUtils
public ParsingUtils()
-
-
Method Details
-
getXMLLOTLPointer
Extracts XML LOTL Pointer from a parsing cache of a pivot- Parameters:
parsingCacheDTO
-ParsingCacheDTO
to extrac value from- Returns:
OtherTSLPointer
XML LOTL Pointer
-