Uses of Class
eu.europa.esig.dss.model.tsl.TLInfo
Packages that use TLInfo
Package
Description
-
Uses of TLInfo in eu.europa.esig.dss.model.tsl
Subclasses of TLInfo in eu.europa.esig.dss.model.tslModifier and TypeClassDescriptionclassComputes summary for a List of Trusted Lists processing resultclassContains information about a pivotMethods in eu.europa.esig.dss.model.tsl that return TLInfoModifier and TypeMethodDescriptionTLInfo.getParent()Returns theTLInforeferencing the current Trusted ListTrustProperties.getTLInfo()Gets TLTLValidationJobSummary.getTLInfoById(Identifier identifier) Returns a TLInfo object by IdentifierMethods in eu.europa.esig.dss.model.tsl that return types with arguments of type TLInfoModifier and TypeMethodDescriptionTLValidationJobSummary.getOtherTLInfos()Returns a list of TLInfos for other TLsLOTLInfo.getTLInfos()Returns a list ofTLInfos summary for TL found in the LOTLMethod parameters in eu.europa.esig.dss.model.tsl with type arguments of type TLInfoModifier and TypeMethodDescriptionvoidLOTLInfo.setTlInfos(List<TLInfo> tlInfos) Sets a list ofTLInfos summary for TL found in the LOTLConstructors in eu.europa.esig.dss.model.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, OtherTSLPointer otherTSLPointer) The constructor with parent LOTLInfo and Mutual Recognition AgreementTrustProperties(LOTLInfo lotlInfo, TLInfo tlInfo, TrustServiceProvider trustServiceProvider, TimeDependentValues<TrustServiceStatusAndInformationExtensions> trustService) Constructor to create a TrustProperties object linked to a LOTL with MRATrustProperties(TLInfo tlInfo, TrustServiceProvider trustServiceProvider, TimeDependentValues<TrustServiceStatusAndInformationExtensions> trustService) Constructor for extracted information from an "independent" trusted list -
Uses of TLInfo in eu.europa.esig.dss.model.tsl.identifier
Constructors in eu.europa.esig.dss.model.tsl.identifier with parameters of type TLInfoModifierConstructorDescriptionprotectedAbstractTLIdentifier(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 TypeMethodDescriptionvoidTLValidationJob.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 TypeMethodDescriptionbooleanAcceptAllStrategy.canBeSynchronized(TLInfo trustedList) booleanExpirationAndSignatureCheckStrategy.canBeSynchronized(TLInfo trustedList) booleanSynchronizationStrategy.canBeSynchronized(TLInfo trustedList) Returns true if the certificates from the trusted list can be synchronized -
Uses of TLInfo in eu.europa.esig.dss.validation.identifier
Methods in eu.europa.esig.dss.validation.identifier with parameters of type TLInfoModifier and TypeMethodDescriptionprotected StringUserFriendlyIdentifierProvider.getIdAsStringForTL(TLInfo tlInfo) Gets aStringidentifier for a givenTLInfo -
Uses of TLInfo in eu.europa.esig.dss.validation.reports.diagnostic
Fields in eu.europa.esig.dss.validation.reports.diagnostic with type parameters of type TLInfo