Class PAdESLevelReportGenerator

java.lang.Object
com.itextpdf.signatures.validation.report.pades.PAdESLevelReportGenerator
All Implemented Interfaces:
IEventHandler

public class PAdESLevelReportGenerator extends Object implements IEventHandler
This class generates a PAdES level report for a document based upon the IValidation events triggered during validation.
  • Constructor Details

    • PAdESLevelReportGenerator

      public PAdESLevelReportGenerator()
      Creates a new instance.
  • Method Details

    • getReport

      public DocumentPAdESLevelReport getReport()
      Executes the rules and created the individual signature reports.
      Returns:
      the DocumentPAdESLevelReport
    • onEvent

      public void onEvent (IEvent rawEvent)
      Handles the event.
      Specified by:
      onEvent in interface IEventHandler
      Parameters:
      rawEvent - to handle