Interface IValidationEvent
- All Superinterfaces:
-
IEvent
- All Known Implementing Classes:
-
AbstractCertificateChainEvent,AlgorithmUsageEvent,CertificateChainValidationFailureEvent,CertificateChainValidationSuccessEvent,CertificateIssuerExternalRetrievalEvent,CertificateIssuerRetrievedOutsideDSSEvent,DssNotTimestampedEvent,DSSProcessedEvent,ProofOfExistenceFoundEvent,RevocationNotFromDssEvent,SignatureValidationFailureEvent,SignatureValidationSuccessEvent,StartSignatureValidationEvent
This interface represents events registered during signature validation.
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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
-