Uses of Class
eu.europa.esig.dss.spi.tsl.OtherTSLPointer
Packages that use OtherTSLPointer
Package
Description
-
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 OtherTSLPointerModifier and TypeMethodDescriptionParsingInfoRecord.getLotlOtherPointers()Gets LOTL other TSL pointersParsingInfoRecord.getTlOtherPointers()Gets TL other TSL pointers -
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 OtherTSLPointerModifier and TypeMethodDescriptionParsingCacheDTO.getLotlOtherPointers()ParsingCacheDTO.getTlOtherPointers()Method parameters in eu.europa.esig.dss.tsl.dto with type arguments of type OtherTSLPointerModifier and TypeMethodDescriptionvoidParsingCacheDTO.setLotlOtherPointers(List<OtherTSLPointer> lotlOtherPointers) Sets LOTL other pointersvoidParsingCacheDTO.setTlOtherPointers(List<OtherTSLPointer> tlOtherPointers) Sets TL other pointers -
Uses of OtherTSLPointer in eu.europa.esig.dss.tsl.function.converter
Methods in eu.europa.esig.dss.tsl.function.converter that return OtherTSLPointer -
Uses of OtherTSLPointer in eu.europa.esig.dss.tsl.parsing
Methods in eu.europa.esig.dss.tsl.parsing that return OtherTSLPointerModifier and TypeMethodDescriptionstatic 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 OtherTSLPointerModifier and TypeMethodDescriptionLOTLParsingResult.getLotlPointers()Gets LOTL other TSL pointersLOTLParsingResult.getTlPointers()Gets TL other TSL pointersMethod parameters in eu.europa.esig.dss.tsl.parsing with type arguments of type OtherTSLPointerModifier and TypeMethodDescriptionvoidLOTLParsingResult.setLotlPointers(List<OtherTSLPointer> lotlPointers) Sets LOTL other pointersvoidLOTLParsingResult.setTlPointers(List<OtherTSLPointer> tlPointers) Sets TL other pointers