Class EventsToAdESReportAggratorConvertor
java.lang.Object
com.itextpdf.signatures.validation.report.xml.EventsToAdESReportAggratorConvertor
- All Implemented Interfaces:
-
IEventHandler
This class is for internal usage.
It bridges the gap between the new event driven system of collecting validation meta info and the previous interface driven system.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of the convertor, wrapping an AdESReportAggregator implementation. -
Method Summary
-
Constructor Details
-
EventsToAdESReportAggratorConvertor
Creates a new instance of the convertor, wrapping an AdESReportAggregator implementation.- Parameters:
-
target- an AdESReportAggregator implementation to be wrapped
-
-
Method Details
-
onEvent
Handles the event.- Specified by:
-
onEventin interfaceIEventHandler - Parameters:
-
rawEvent- to handle
-