Class RevocationNotFromDssEvent

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

public class RevocationNotFromDssEvent extends AbstractCertificateChainEvent
This event is triggered when revocation data is retrieved from anywhere except for latest DSS entry.
  • Constructor Details

    • RevocationNotFromDssEvent

      public RevocationNotFromDssEvent (X509Certificate certificate)
      Creates a new event instance,
      Parameters:
      certificate - the certificate for which there is not revocation data in the DSS
  • 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