Uses of Class
eu.europa.esig.dss.model.tsl.OtherTSLPointer
Packages that use OtherTSLPointer
Package
Description
-
Uses of OtherTSLPointer in eu.europa.esig.dss.model.tsl
Methods in eu.europa.esig.dss.model.tsl that return OtherTSLPointerModifier and TypeMethodDescriptionOtherTSLPointer.OtherTSLPointerBuilder.build()Builds theOtherTSLPointerTLInfo.getOtherTSLPointer()Gets the OtherTSLPointer element to referencing the current TL from the pointing TL/LOTLMethods in eu.europa.esig.dss.model.tsl that return types with arguments of type OtherTSLPointerModifier and TypeMethodDescriptionParsingInfoRecord.getLotlOtherPointers()Gets LOTL other TSL pointersParsingInfoRecord.getTlOtherPointers()Gets TL other TSL pointersConstructors in eu.europa.esig.dss.model.tsl with parameters of type OtherTSLPointerModifierConstructorDescriptionTLInfo(DownloadInfoRecord downloadCacheInfo, ParsingInfoRecord parsingCacheInfo, ValidationInfoRecord validationCacheInfo, String url, TLInfo parent, OtherTSLPointer otherTSLPointer) The constructor with parent LOTLInfo and Mutual Recognition Agreement -
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 pointersMethods in eu.europa.esig.dss.tsl.parsing with parameters of type OtherTSLPointerModifier and TypeMethodDescriptionstatic CertificateSourceParsingUtils.getLOTLAnnouncedCertificateSource(OtherTSLPointer currentLOTLPointer) This class extracts a SDIs present in a OtherTSLPointer to aCertificateSourceMethod 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