Class StartSignatureValidationEvent

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

public class StartSignatureValidationEvent extends Object implements IValidationEvent
This event is triggered at the start of a signature validation, after successfully parsing the signature.
  • Constructor Details

    • StartSignatureValidationEvent

      public StartSignatureValidationEvent (PdfSignature sig, String signatureName, Date signingDate)
      Creates a new event instance.
      Parameters:
      sig - the PdfSignature containing the signature
      signatureName - signature name
      signingDate - the signing date
  • Method Details

    • getPdfSignature

      public PdfSignature getPdfSignature()
      Returns the PdfSignature containing the signature.
      Returns:
      the PdfSignature containing the signature
    • getSignatureName

      public String getSignatureName()
      Returns the signature name.
      Returns:
      the signature name
    • getSigningDate

      public Date getSigningDate()
      Returns the claimed signing date.
      Returns:
      the claimed signing date
    • 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