Uses of Class
eu.europa.esig.dss.spi.tsl.TLInfo
Packages that use TLInfo
Package
Description
-
Uses of TLInfo in eu.europa.esig.dss.spi.tsl
Subclasses of TLInfo in eu.europa.esig.dss.spi.tslModifier and TypeClassDescriptionclass
Computes summary for a List of Trusted Lists processing resultclass
Contains information about a pivotMethods in eu.europa.esig.dss.spi.tsl that return TLInfoModifier and TypeMethodDescriptionTLInfo.getParent()
Returns theTLInfo
referencing the current Trusted ListTLValidationJobSummary.getTLInfoById
(Identifier identifier) Returns a TLInfo object by IdentifierMethods in eu.europa.esig.dss.spi.tsl that return types with arguments of type TLInfoModifier and TypeMethodDescriptionTLValidationJobSummary.getOtherTLInfos()
Returns a list of TLInfos for other TLsLOTLInfo.getTLInfos()
Returns a list ofTLInfo
s summary for TL found in the LOTLMethod parameters in eu.europa.esig.dss.spi.tsl with type arguments of type TLInfoModifier and TypeMethodDescriptionvoid
LOTLInfo.setTlInfos
(List<TLInfo> tlInfos) Sets a list ofTLInfo
s summary for TL found in the LOTLConstructors in eu.europa.esig.dss.spi.tsl with parameters of type TLInfoModifierConstructorDescriptionTLInfo
(DownloadInfoRecord downloadCacheInfo, ParsingInfoRecord parsingCacheInfo, ValidationInfoRecord validationCacheInfo, String url, TLInfo parent) The default constructor with parent TLInfoTLInfo
(DownloadInfoRecord downloadCacheInfo, ParsingInfoRecord parsingCacheInfo, ValidationInfoRecord validationCacheInfo, String url, TLInfo parent, MRA mra) The constructor with parent LOTLInfo and Mutual Recognition Agreement -
Uses of TLInfo in eu.europa.esig.dss.spi.tsl.identifier
Constructors in eu.europa.esig.dss.spi.tsl.identifier with parameters of type TLInfoModifierConstructorDescriptionprotected
AbstractTLIdentifier
(String prefix, TLInfo tlInfo) Default constructorTrustedListIdentifier
(TLInfo tlInfo) Default constructor -
Uses of TLInfo in eu.europa.esig.dss.tsl.alerts
Constructor parameters in eu.europa.esig.dss.tsl.alerts with type arguments of type TLInfoModifierConstructorDescriptionTLAlert
(AlertDetector<TLInfo> detection, AlertHandler<TLInfo> handler) Default constructorTLAlert
(AlertDetector<TLInfo> detection, AlertHandler<TLInfo> handler) Default constructor -
Uses of TLInfo in eu.europa.esig.dss.tsl.alerts.detections
Methods in eu.europa.esig.dss.tsl.alerts.detections with parameters of type TLInfo -
Uses of TLInfo in eu.europa.esig.dss.tsl.alerts.handlers.log
Methods in eu.europa.esig.dss.tsl.alerts.handlers.log with parameters of type TLInfo -
Uses of TLInfo in eu.europa.esig.dss.tsl.job
Method parameters in eu.europa.esig.dss.tsl.job with type arguments of type TLInfoModifier and TypeMethodDescriptionvoid
TLValidationJob.setTLAlerts
(List<Alert<TLInfo>> tlAlerts) Sets the TL alerts to be processed -
Uses of TLInfo in eu.europa.esig.dss.tsl.sync
Methods in eu.europa.esig.dss.tsl.sync with parameters of type TLInfoModifier and TypeMethodDescriptionboolean
AcceptAllStrategy.canBeSynchronized
(TLInfo trustedList) boolean
ExpirationAndSignatureCheckStrategy.canBeSynchronized
(TLInfo trustedList) boolean
SynchronizationStrategy.canBeSynchronized
(TLInfo trustedList) Returns true if the certificates from the trusted list can be synchronized -
Uses of TLInfo in eu.europa.esig.dss.validation
Fields in eu.europa.esig.dss.validation with type parameters of type TLInfoModifier and TypeFieldDescriptionDiagnosticDataBuilder.tlInfoMap
The cached map of trusted lists with corresponding TLInfoMethods in eu.europa.esig.dss.validation with parameters of type TLInfoModifier and TypeMethodDescriptionprotected String
UserFriendlyIdentifierProvider.getIdAsStringForTL
(TLInfo tlInfo) Gets aString
identifier for a givenTLInfo