Class CertificateIssuerRetrievedOutsideDSSEvent

java.lang.Object
com.itextpdf.signatures.validation.events.AbstractCertificateChainEvent
com.itextpdf.signatures.validation.events.CertificateIssuerRetrievedOutsideDSSEvent
All Implemented Interfaces:
IEvent, IValidationEvent

public class CertificateIssuerRetrievedOutsideDSSEvent extends AbstractCertificateChainEvent
This event is triggered when a certificate issuer is retrieved from a document resource outside of the last DSS.
  • Constructor Details

    • CertificateIssuerRetrievedOutsideDSSEvent

      public CertificateIssuerRetrievedOutsideDSSEvent (X509Certificate certificate)
      Creates a new event instance,
      Parameters:
      certificate - the certificate for which the issuer was retrieved externally
  • Method Details

    • getEventType

      public EventType getEventType()
      Returns the event type of the event, this fields is used to avoid instanceof usage.
      Returns:
      the event type of the event