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 class
LOTLInfo
class
PivotInfo
Methods in eu.europa.esig.dss.spi.tsl that return TLInfo Modifier and Type Method Description TLInfo
TLValidationJobSummary. 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 ofTLInfo
s 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 void
LOTLInfo. setTlInfos(List<TLInfo> tlInfos)
Sets a list ofTLInfo
s 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 void
LogTLExpirationAlertHandler. process(TLInfo currentInfo)
void
LogTLParsingErrorAlertHandler. process(TLInfo currentInfo)
void
LogTLSignatureErrorAlertHandler. 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 void
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 TLInfo Modifier and Type Method Description boolean
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