Class EventsToAdESReportAggratorConvertor

java.lang.Object
com.itextpdf.signatures.validation.report.xml.EventsToAdESReportAggratorConvertor
All Implemented Interfaces:
IEventHandler

public class EventsToAdESReportAggratorConvertor extends Object implements 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 Details

    • EventsToAdESReportAggratorConvertor

      public EventsToAdESReportAggratorConvertor (AdESReportAggregator target)
      Creates a new instance of the convertor, wrapping an AdESReportAggregator implementation.
      Parameters:
      target - an AdESReportAggregator implementation to be wrapped
  • Method Details

    • onEvent

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