Class AbstractCertificateChainEvent

java.lang.Object
com.itextpdf.signatures.validation.events.AbstractCertificateChainEvent
All Implemented Interfaces:
IEvent, IValidationEvent
Direct Known Subclasses:
CertificateIssuerExternalRetrievalEvent, CertificateIssuerRetrievedOutsideDSSEvent, DssNotTimestampedEvent, RevocationNotFromDssEvent

public abstract class AbstractCertificateChainEvent extends Object implements IValidationEvent
A parent for all events issued during certificate chain validation
  • Constructor Details

    • AbstractCertificateChainEvent

      protected AbstractCertificateChainEvent (X509Certificate certificate)
      Create a new instance.
      Parameters:
      certificate - the certificate that is being validated
  • Method Details

    • getCertificate

      public X509Certificate getCertificate()
      Returns the certificate for which the event was fired.
      Returns:
      the certificate for which the event was fired