Package eu.europa.esig.dss.tsl.parsing
Class ParsingUtils
java.lang.Object
eu.europa.esig.dss.tsl.parsing.ParsingUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic CertificateSourcegetLOTLAnnouncedCertificateSource(OtherTSLPointer currentLOTLPointer) This class extracts a SDIs present in a OtherTSLPointer to aCertificateSourcestatic OtherTSLPointergetXMLLOTLPointer(ParsingCacheDTO parsingCacheDTO) Extracts XML LOTL Pointer from a parsing cache of a pivot
-
Method Details
-
getXMLLOTLPointer
Extracts XML LOTL Pointer from a parsing cache of a pivot- Parameters:
parsingCacheDTO-ParsingCacheDTOto extract value from- Returns:
OtherTSLPointerXML LOTL Pointer
-
getLOTLAnnouncedCertificateSource
public static CertificateSource getLOTLAnnouncedCertificateSource(OtherTSLPointer currentLOTLPointer) This class extracts a SDIs present in a OtherTSLPointer to aCertificateSource- Parameters:
currentLOTLPointer-OtherTSLPointerto extract SDIs from- Returns:
CertificateSource
-