Interface IValidationEvent

All Superinterfaces:
IEvent
All Known Implementing Classes:
AbstractCertificateChainEvent, AlgorithmUsageEvent, CertificateChainValidationFailureEvent, CertificateChainValidationSuccessEvent, CertificateIssuerExternalRetrievalEvent, CertificateIssuerRetrievedOutsideDSSEvent, DssNotTimestampedEvent, DSSProcessedEvent, ProofOfExistenceFoundEvent, RevocationNotFromDssEvent, SignatureValidationFailureEvent, SignatureValidationSuccessEvent, StartSignatureValidationEvent

public interface IValidationEvent extends IEvent
This interface represents events registered during signature validation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the event type of the event, this fields is used to avoid instanceof usage.
  • Method Details

    • getEventType

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