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 voidParsingCacheDTO. setLotlOtherPointers(List<OtherTSLPointer> lotlOtherPointers)voidParsingCacheDTO. 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 OtherTSLPointerOtherTSLPointerConverter. 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 OtherTSLPointerParsingUtils. 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 voidLOTLParsingResult. setLotlPointers(List<OtherTSLPointer> lotlPointers)voidLOTLParsingResult. setTlPointers(List<OtherTSLPointer> tlPointers)