Uses of Enum
com.pdftools.signaturevalidation.TimeSource
Packages that use TimeSource
-
Uses of TimeSource in com.pdftools.signaturevalidation
Methods in com.pdftools.signaturevalidation that return TimeSourceModifier and TypeMethodDescriptionstatic TimeSourceReturns the enum constant of this type with the specified name.static TimeSource[]TimeSource.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pdftools.signaturevalidation that return types with arguments of type TimeSourceModifier and TypeMethodDescriptionCmsSignatureContent.getValidationTimeSource()The source for the validation time (Getter)TimeStampContent.getValidationTimeSource()The source for the validation time (Getter) -
Uses of TimeSource in com.pdftools.signaturevalidation.profiles
Methods in com.pdftools.signaturevalidation.profiles that return types with arguments of type TimeSourceModifier and TypeMethodDescriptionValidationOptions.getTimeSource()Allowed validation time sources (Getter)Method parameters in com.pdftools.signaturevalidation.profiles with type arguments of type TimeSourceModifier and TypeMethodDescriptionvoidValidationOptions.setTimeSource(EnumSet<TimeSource> value) Allowed validation time sources (Setter)