Class TLParsingErrorDetection

java.lang.Object
eu.europa.esig.dss.tsl.alerts.detections.TLParsingErrorDetection
All Implemented Interfaces:
eu.europa.esig.dss.alert.detector.AlertDetector<eu.europa.esig.dss.model.tsl.TLInfo>

public class TLParsingErrorDetection extends Object implements eu.europa.esig.dss.alert.detector.AlertDetector<eu.europa.esig.dss.model.tsl.TLInfo>
Detects an error on TL parsing or structure validation
  • Constructor Details

    • TLParsingErrorDetection

      public TLParsingErrorDetection()
      Default constructor
  • Method Details

    • detect

      public boolean detect(eu.europa.esig.dss.model.tsl.TLInfo info)
      Specified by:
      detect in interface eu.europa.esig.dss.alert.detector.AlertDetector<eu.europa.esig.dss.model.tsl.TLInfo>