Uses of Class
eu.europa.esig.dss.spi.tsl.TLInfo
-
Uses of TLInfo in eu.europa.esig.dss.spi.tsl
Subclasses of TLInfo in eu.europa.esig.dss.spi.tsl Modifier and Type Class Description classLOTLInfoclassPivotInfoMethods in eu.europa.esig.dss.spi.tsl that return TLInfo Modifier and Type Method Description TLInfoTLValidationJobSummary. getTLInfoById(Identifier identifier)Returns a TLInfo object by IdentifierMethods in eu.europa.esig.dss.spi.tsl that return types with arguments of type TLInfo Modifier and Type Method Description List<TLInfo>TLValidationJobSummary. getOtherTLInfos()Returns a list of TLInfos for other TLsList<TLInfo>LOTLInfo. getTLInfos()Returns a list ofTLInfos summary for TL found in the LOTLMethod parameters in eu.europa.esig.dss.spi.tsl with type arguments of type TLInfo Modifier and Type Method Description voidLOTLInfo. setTlInfos(List<TLInfo> tlInfos)Sets a list ofTLInfos summary for TL found in the LOTL -
Uses of TLInfo in eu.europa.esig.dss.spi.tsl.identifier
Constructors in eu.europa.esig.dss.spi.tsl.identifier with parameters of type TLInfo Constructor Description AbstractTLIdentifier(String prefix, TLInfo tlInfo)TrustedListIdentifier(TLInfo tlInfo) -
Uses of TLInfo in eu.europa.esig.dss.tsl.alerts
Constructor parameters in eu.europa.esig.dss.tsl.alerts with type arguments of type TLInfo Constructor Description TLAlert(AlertDetector<TLInfo> detection, AlertHandler<TLInfo> handler)TLAlert(AlertDetector<TLInfo> detection, AlertHandler<TLInfo> handler) -
Uses of TLInfo in eu.europa.esig.dss.tsl.alerts.detections
-
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 Modifier and Type Method Description voidLogTLExpirationAlertHandler. process(TLInfo currentInfo)voidLogTLParsingErrorAlertHandler. process(TLInfo currentInfo)voidLogTLSignatureErrorAlertHandler. process(TLInfo currentInfo) -
Uses of TLInfo in eu.europa.esig.dss.tsl.job
Method parameters in eu.europa.esig.dss.tsl.job with type arguments of type TLInfo Modifier and Type Method Description voidTLValidationJob. 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 TLInfo Modifier and Type Method Description booleanAcceptAllStrategy. canBeSynchronized(TLInfo trustedList)booleanExpirationAndSignatureCheckStrategy. canBeSynchronized(TLInfo trustedList)booleanSynchronizationStrategy. canBeSynchronized(TLInfo trustedList)Returns true if the certificates from the trusted list can be synchronized