Uses of Enum
com.itextpdf.signatures.validation.events.EventType

Packages that use EventType
  • Uses of EventType in com.itextpdf.signatures.validation.events

    Modifier and Type
    Method
    Description
    AlgorithmUsageEvent.getEventType()
    Returns the event type of the event, this fields is used to avoid instanceof usage.
    CertificateChainValidationFailureEvent.getEventType()
    Returns the event type of the event, this fields is used to avoid instanceof usage.
    CertificateChainValidationSuccessEvent.getEventType()
    Returns the event type of the event, this fields is used to avoid instanceof usage.
    CertificateIssuerExternalRetrievalEvent.getEventType()
    Returns the event type of the event, this fields is used to avoid instanceof usage.
    CertificateIssuerRetrievedOutsideDSSEvent.getEventType()
    Returns the event type of the event, this fields is used to avoid instanceof usage.
    DssNotTimestampedEvent.getEventType()
    Returns the event type of the event, this fields is used to avoid instanceof usage.
    DSSProcessedEvent.getEventType()
     
    IValidationEvent.getEventType()
    Returns the event type of the event, this fields is used to avoid instanceof usage.
    ProofOfExistenceFoundEvent.getEventType()
    Returns the event type of the event, this fields is used to avoid instanceof usage.
    RevocationNotFromDssEvent.getEventType()
    Returns the event type of the event, this fields is used to avoid instanceof usage.
    SignatureValidationFailureEvent.getEventType()
    Returns the event type of the event, this fields is used to avoid instanceof usage.
    SignatureValidationSuccessEvent.getEventType()
    Returns the event type of the event, this fields is used to avoid instanceof usage.
    StartSignatureValidationEvent.getEventType()
    Returns the event type of the event, this fields is used to avoid instanceof usage.
    static EventType
    EventType.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static EventType[]
    EventType.values()
    Returns an array containing the constants of this enum type, in the order they are declared.