Interface Detection<T>
- All Known Implementing Classes:
LOTLLocationChangeDetection
,OJUrlChangeDetection
,TLExpirationDetection
,TLParsingErrorDetection
,TLSignatureErrorDetection
public interface Detection<T>
-
Method Details
-
detect
Detect if there is any change or problem with a specific LOTL or TL- Parameters:
info
- the current LOTLInformation or TLInformation to be checked for changes/problems- Returns:
- true if the current change/problem to be checked is found and false otherwise
-