Class CertificateIssuerExternalRetrievalEvent
java.lang.Object
com.itextpdf.signatures.validation.events.AbstractCertificateChainEvent
com.itextpdf.signatures.validation.events.CertificateIssuerExternalRetrievalEvent
- All Implemented Interfaces:
-
IEvent,IValidationEvent
This event is triggered when a certificate issues was retrieved from the internet.
-
Constructor Summary
ConstructorsConstructorDescriptionCertificateIssuerExternalRetrievalEvent(X509Certificate certificate) Creates a new event instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the event type of the event, this fields is used to avoid instanceof usage.Methods inherited from class com.itextpdf.signatures.validation.events.AbstractCertificateChainEvent
getCertificate
-
Constructor Details
-
CertificateIssuerExternalRetrievalEvent
Creates a new event instance.- Parameters:
-
certificate- the certificate for which the issuer was retrieved externally
-
-
Method Details
-
getEventType
Returns the event type of the event, this fields is used to avoid instanceof usage.- Returns:
- the event type of the event
-