Class AbstractCertificateChainEvent
java.lang.Object
com.itextpdf.signatures.validation.events.AbstractCertificateChainEvent
- All Implemented Interfaces:
-
IEvent,IValidationEvent
- Direct Known Subclasses:
-
CertificateIssuerExternalRetrievalEvent,CertificateIssuerRetrievedOutsideDSSEvent,DssNotTimestampedEvent,RevocationNotFromDssEvent
A parent for all events issued during certificate chain validation
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractCertificateChainEvent(X509Certificate certificate) Create a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the certificate for which the event was fired.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.itextpdf.signatures.validation.events.IValidationEvent
getEventType
-
Constructor Details
-
AbstractCertificateChainEvent
Create a new instance.- Parameters:
-
certificate- the certificate that is being validated
-
-
Method Details
-
getCertificate
Returns the certificate for which the event was fired.- Returns:
- the certificate for which the event was fired
-