Class DSSProcessedEvent
java.lang.Object
com.itextpdf.signatures.validation.events.DSSProcessedEvent
- All Implemented Interfaces:
-
IEvent,IValidationEvent
This event is triggered after the most recent DSS is being read.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the event type of the event, this fields is used to avoid instanceof usage.
-
Constructor Details
-
DSSProcessedEvent
public DSSProcessedEvent()Creates a new instance.
-
-
Method Details
-
getEventType
Description copied from interface:IValidationEventReturns the event type of the event, this fields is used to avoid instanceof usage.- Specified by:
-
getEventTypein interfaceIValidationEvent - Returns:
- the event type of the event
-