Class PAdESLevelReportGenerator
java.lang.Object
com.itextpdf.signatures.validation.report.pades.PAdESLevelReportGenerator
- All Implemented Interfaces:
-
IEventHandler
This class generates a PAdES level report for a document based upon the IValidation events triggered during validation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExecutes the rules and created the individual signature reports.voidHandles the event.
-
Constructor Details
-
PAdESLevelReportGenerator
public PAdESLevelReportGenerator()Creates a new instance.
-
-
Method Details
-
getReport
Executes the rules and created the individual signature reports.- Returns:
- the DocumentPAdESLevelReport
-
onEvent
Handles the event.- Specified by:
-
onEventin interfaceIEventHandler - Parameters:
-
rawEvent- to handle
-