Class CertificateChainValidationSuccessEvent
java.lang.Object
com.itextpdf.signatures.validation.events.CertificateChainValidationSuccessEvent
- All Implemented Interfaces:
-
IEvent,IValidationEvent
This event is triggered after certificate chain validation success for the current signature.
-
Constructor Summary
ConstructorsConstructorDescriptionCertificateChainValidationSuccessEvent(X509Certificate certificate) Creates a new event instance. -
Method Summary
Modifier and TypeMethodDescriptionreturns the validated certificate.Returns the event type of the event, this fields is used to avoid instanceof usage.
-
Constructor Details
-
CertificateChainValidationSuccessEvent
Creates a new event instance.- Parameters:
-
certificate- the certificate that was tested
-
-
Method Details
-
getCertificate
returns the validated certificate.- Returns:
- the validated certificate
-
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
-