Uses of Enum
com.itextpdf.signatures.validation.v1.context.TimeBasedContext
Packages that use TimeBasedContext
Package
Description
-
Uses of TimeBasedContext in com.itextpdf.signatures.validation.v1
Methods in com.itextpdf.signatures.validation.v1 with parameters of type TimeBasedContextModifier and TypeMethodDescription(package private) <T> T
SignatureValidationProperties.getParametersValueFor
(ValidatorContext validatorContext, CertificateSource certSource, TimeBasedContext timeBasedContext, Function<SignatureValidationProperties.ContextProperties, T> getter) This method executes the getter method to the most granular parameters set down until the getter returns a non-null value -
Uses of TimeBasedContext in com.itextpdf.signatures.validation.v1.context
Fields in com.itextpdf.signatures.validation.v1.context declared as TimeBasedContextModifier and TypeFieldDescriptionprivate final TimeBasedContext
ValidationContext.timeBasedContext
Fields in com.itextpdf.signatures.validation.v1.context with type parameters of type TimeBasedContextMethods in com.itextpdf.signatures.validation.v1.context that return TimeBasedContextModifier and TypeMethodDescriptionValidationContext.getTimeBasedContext()
static TimeBasedContext
Returns the enum constant of this type with the specified name.static TimeBasedContext[]
TimeBasedContext.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.signatures.validation.v1.context that return types with arguments of type TimeBasedContextModifier and TypeMethodDescriptionTimeBasedContexts.getSet()
Gets encapsulatedEnumSet
containingTimeBasedContext
elements.Methods in com.itextpdf.signatures.validation.v1.context with parameters of type TimeBasedContextModifier and TypeMethodDescriptionstatic TimeBasedContexts
TimeBasedContexts.of
(TimeBasedContext first, TimeBasedContext... rest) CreatesTimeBasedContexts
container from severalTimeBasedContext
values.ValidationContext.setTimeBasedContext
(TimeBasedContext timeBasedContext) Constructors in com.itextpdf.signatures.validation.v1.context with parameters of type TimeBasedContextModifierConstructorDescriptionValidationContext
(ValidatorContext validatorContext, CertificateSource certificateSource, TimeBasedContext timeBasedContext) Constructor parameters in com.itextpdf.signatures.validation.v1.context with type arguments of type TimeBasedContext