Uses of Class
eu.europa.esig.dss.spi.tsl.TLInfo
Package
Description
-
Uses of TLInfo in eu.europa.esig.dss.spi.tsl
Modifier and TypeClassDescriptionclass
Computes summary for a List of Trusted Lists processing resultclass
Contains information about a pivotModifier and TypeMethodDescriptionTLInfo.getParent()
Returns theTLInfo
referencing the current Trusted ListTLValidationJobSummary.getTLInfoById
(Identifier identifier) Returns a TLInfo object by IdentifierModifier and TypeMethodDescriptionTLValidationJobSummary.getOtherTLInfos()
Returns a list of TLInfos for other TLsLOTLInfo.getTLInfos()
Returns a list ofTLInfo
s summary for TL found in the LOTLModifier and TypeMethodDescriptionvoid
LOTLInfo.setTlInfos
(List<TLInfo> tlInfos) Sets a list ofTLInfo
s summary for TL found in the LOTLModifierConstructorDescriptionTLInfo
(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
ModifierConstructorDescriptionprotected
AbstractTLIdentifier
(String prefix, TLInfo tlInfo) Default constructorTrustedListIdentifier
(TLInfo tlInfo) Default constructor -
Uses of TLInfo in eu.europa.esig.dss.tsl.alerts
ModifierConstructorDescriptionTLAlert
(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
-
Uses of TLInfo in eu.europa.esig.dss.tsl.alerts.handlers.log
-
Uses of TLInfo in eu.europa.esig.dss.tsl.job
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionDiagnosticDataBuilder.tlInfoMap
The cached map of trusted lists with corresponding TLInfoModifier and TypeMethodDescriptionprotected String
UserFriendlyIdentifierProvider.getIdAsStringForTL
(TLInfo tlInfo) Gets aString
identifier for a givenTLInfo