Class DSSProcessedEvent

java.lang.Object
com.itextpdf.signatures.validation.events.DSSProcessedEvent
All Implemented Interfaces:
IEvent, IValidationEvent

public class DSSProcessedEvent extends Object implements IValidationEvent
This event is triggered after the most recent DSS is being read.
  • Constructor Details

    • DSSProcessedEvent

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

    • getEventType

      public EventType getEventType()
      Description copied from interface: IValidationEvent
      Returns the event type of the event, this fields is used to avoid instanceof usage.
      Specified by:
      getEventType in interface IValidationEvent
      Returns:
      the event type of the event