Class TLExpirationDetection
java.lang.Object
eu.europa.esig.dss.tsl.alerts.detections.TLExpirationDetection
- All Implemented Interfaces:
AlertDetector<TLInfo>
Detects an expiration of a TrustedList
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TLExpirationDetection
public TLExpirationDetection()Default constructor
-
-
Method Details
-
detect
Description copied from interface:AlertDetector
Detect if an alert must be executed- Specified by:
detect
in interfaceAlertDetector<TLInfo>
- Parameters:
info
- to execute detection on- Returns:
- TRUE if the alert must be executed, FALSE otherwise
-