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 TypeMethodDescriptionvoid
ParsingCacheDTO.setLotlOtherPointers
(List<OtherTSLPointer> lotlOtherPointers) Sets LOTL other pointersvoid
ParsingCacheDTO.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 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 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 TypeMethodDescriptionvoid
LOTLParsingResult.setLotlPointers
(List<OtherTSLPointer> lotlPointers) Sets LOTL other pointersvoid
LOTLParsingResult.setTlPointers
(List<OtherTSLPointer> tlPointers) Sets TL other pointers