Uses of Class
eu.europa.esig.dss.spi.tsl.OtherTSLPointer
Package | Description |
---|---|
eu.europa.esig.dss.spi.tsl | |
eu.europa.esig.dss.tsl.dto | |
eu.europa.esig.dss.tsl.function.converter | |
eu.europa.esig.dss.tsl.parsing |
-
Uses of OtherTSLPointer in eu.europa.esig.dss.spi.tsl
Methods in eu.europa.esig.dss.spi.tsl that return types with arguments of type OtherTSLPointer Modifier and Type Method Description List<OtherTSLPointer>
ParsingInfoRecord. getLotlOtherPointers()
List<OtherTSLPointer>
ParsingInfoRecord. getTlOtherPointers()
-
Uses of OtherTSLPointer in eu.europa.esig.dss.tsl.dto
Methods in eu.europa.esig.dss.tsl.dto that return types with arguments of type OtherTSLPointer Modifier and Type Method Description List<OtherTSLPointer>
ParsingCacheDTO. getLotlOtherPointers()
List<OtherTSLPointer>
ParsingCacheDTO. getTlOtherPointers()
Method parameters in eu.europa.esig.dss.tsl.dto with type arguments of type OtherTSLPointer Modifier and Type Method Description void
ParsingCacheDTO. setLotlOtherPointers(List<OtherTSLPointer> lotlOtherPointers)
void
ParsingCacheDTO. setTlOtherPointers(List<OtherTSLPointer> tlOtherPointers)
-
Uses of OtherTSLPointer in eu.europa.esig.dss.tsl.function.converter
Methods in eu.europa.esig.dss.tsl.function.converter that return OtherTSLPointer Modifier and Type Method Description OtherTSLPointer
OtherTSLPointerConverter. apply(OtherTSLPointerType original)
-
Uses of OtherTSLPointer in eu.europa.esig.dss.tsl.parsing
Methods in eu.europa.esig.dss.tsl.parsing that return OtherTSLPointer Modifier and Type Method Description static OtherTSLPointer
ParsingUtils. getXMLLOTLPointer(ParsingCacheDTO parsingCacheDTO)
Extracts XML LOTL Pointer from a parsing cache of a pivotMethods in eu.europa.esig.dss.tsl.parsing that return types with arguments of type OtherTSLPointer Modifier and Type Method Description List<OtherTSLPointer>
LOTLParsingResult. getLotlPointers()
List<OtherTSLPointer>
LOTLParsingResult. getTlPointers()
Method parameters in eu.europa.esig.dss.tsl.parsing with type arguments of type OtherTSLPointer Modifier and Type Method Description void
LOTLParsingResult. setLotlPointers(List<OtherTSLPointer> lotlPointers)
void
LOTLParsingResult. setTlPointers(List<OtherTSLPointer> tlPointers)