Class StartSignatureValidationEvent
java.lang.Object
com.itextpdf.signatures.validation.events.StartSignatureValidationEvent
- All Implemented Interfaces:
-
IEvent,IValidationEvent
This event is triggered at the start of a signature validation, after successfully parsing the signature.
-
Constructor Summary
ConstructorsConstructorDescriptionStartSignatureValidationEvent(PdfSignature sig, String signatureName, Date signingDate) Creates a new event instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the event type of the event, this fields is used to avoid instanceof usage.Returns the PdfSignature containing the signature.Returns the signature name.Returns the claimed signing date.
-
Constructor Details
-
StartSignatureValidationEvent
Creates a new event instance.- Parameters:
-
sig- the PdfSignature containing the signature -
signatureName- signature name -
signingDate- the signing date
-
-
Method Details
-
getPdfSignature
Returns the PdfSignature containing the signature.- Returns:
- the PdfSignature containing the signature
-
getSignatureName
Returns the signature name.- Returns:
- the signature name
-
getSigningDate
Returns the claimed signing date.- Returns:
- the claimed signing date
-
getEventType
Returns the event type of the event, this fields is used to avoid instanceof usage.- Specified by:
-
getEventTypein interfaceIValidationEvent - Returns:
- the event type of the event
-