Uses of Class
eu.europa.esig.dss.model.tsl.OtherTSLPointer
Package
Description
-
Uses of OtherTSLPointer in eu.europa.esig.dss.model.tsl
Modifier and TypeMethodDescriptionOtherTSLPointer.OtherTSLPointerBuilder.build()
Builds theOtherTSLPointer
TLInfo.getOtherTSLPointer()
Gets the OtherTSLPointer element to referencing the current TL from the pointing TL/LOTLModifier and TypeMethodDescriptionParsingInfoRecord.getLotlOtherPointers()
Gets LOTL other TSL pointersParsingInfoRecord.getTlOtherPointers()
Gets TL other TSL pointersModifierConstructorDescriptionTLInfo
(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
Modifier and TypeMethodDescriptionParsingCacheDTO.getLotlOtherPointers()
ParsingCacheDTO.getTlOtherPointers()
Modifier 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
-
Uses of OtherTSLPointer in eu.europa.esig.dss.tsl.parsing
Modifier and TypeMethodDescriptionstatic OtherTSLPointer
ParsingUtils.getXMLLOTLPointer
(ParsingCacheDTO parsingCacheDTO) Extracts XML LOTL Pointer from a parsing cache of a pivotModifier and TypeMethodDescriptionLOTLParsingResult.getLotlPointers()
Gets LOTL other TSL pointersLOTLParsingResult.getTlPointers()
Gets TL other TSL pointersModifier and TypeMethodDescriptionstatic CertificateSource
ParsingUtils.getLOTLAnnouncedCertificateSource
(OtherTSLPointer currentLOTLPointer) This class extracts a SDIs present in a OtherTSLPointer to aCertificateSource
Modifier and TypeMethodDescriptionvoid
LOTLParsingResult.setLotlPointers
(List<OtherTSLPointer> lotlPointers) Sets LOTL other pointersvoid
LOTLParsingResult.setTlPointers
(List<OtherTSLPointer> tlPointers) Sets TL other pointers