Class XmlReportAggregator
java.lang.Object
com.itextpdf.signatures.validation.report.xml.XmlReportAggregator
- All Implemented Interfaces:
-
IEventHandler
Use this implementation when an xml report has to be created.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the generated PadesValidationReport.voidHandles the event.
-
Constructor Details
-
XmlReportAggregator
public XmlReportAggregator()Instantiates a new AdESReportEventListener instance.
-
-
Method Details
-
getReport
Returns the generated PadesValidationReport.- Returns:
- the generated PadesValidationReport
-
onEvent
Handles the event.- Specified by:
-
onEventin interfaceIEventHandler - Parameters:
-
rawEvent- to handle
-