Class SignatureValidationSuccessEvent

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

public class SignatureValidationSuccessEvent extends Object implements IValidationEvent
This event is triggered after a successful validation of the current signature.
  • Constructor Details

  • Method Details

    • getEventType

      public EventType getEventType()
      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