Class DssNotTimestampedEvent

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

public class DssNotTimestampedEvent extends AbstractCertificateChainEvent
This event triggered when revocation data from a timestamped DSS is not enough to perform signature validation.
  • Constructor Details

    • DssNotTimestampedEvent

      public DssNotTimestampedEvent (X509Certificate certificate)
      Creates a new event instance.
      Parameters:
      certificate - the certificate for which there is no timestamped 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