Uses of Enum
eu.europa.esig.dss.validation.executor.ValidationLevel
Packages that use ValidationLevel
Package
Description
-
Uses of ValidationLevel in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation with parameters of type ValidationLevelModifier and TypeMethodDescriptionvoid
DocumentValidator.setValidationLevel
(ValidationLevel validationLevel) This method allows to specify the validation level (Basic / Timestamp / Long Term / Archival).void
SignedDocumentValidator.setValidationLevel
(ValidationLevel validationLevel) -
Uses of ValidationLevel in eu.europa.esig.dss.validation.executor
Methods in eu.europa.esig.dss.validation.executor that return ValidationLevelModifier and TypeMethodDescriptionstatic ValidationLevel
Returns the enum constant of this type with the specified name.static ValidationLevel[]
ValidationLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.europa.esig.dss.validation.executor with parameters of type ValidationLevelModifier and TypeMethodDescriptionvoid
DocumentProcessExecutor.setValidationLevel
(ValidationLevel validationLevel) This method allows to set the validation level that is used during the validation process execution. -
Uses of ValidationLevel in eu.europa.esig.dss.validation.executor.signature
Fields in eu.europa.esig.dss.validation.executor.signature declared as ValidationLevelModifier and TypeFieldDescriptionprotected ValidationLevel
DefaultSignatureProcessExecutor.validationLevel
The target highest validation level (default: ValidationLevel.ARCHIVAL_DATA)Methods in eu.europa.esig.dss.validation.executor.signature with parameters of type ValidationLevelModifier and TypeMethodDescriptionvoid
DefaultSignatureProcessExecutor.setValidationLevel
(ValidationLevel validationLevel) Constructors in eu.europa.esig.dss.validation.executor.signature with parameters of type ValidationLevelModifierConstructorDescriptionDetailedReportBuilder
(I18nProvider i18nProvider, Date currentTime, ValidationPolicy policy, ValidationLevel validationLevel, DiagnosticData diagnosticData, boolean includeSemantics) Default constructor -
Uses of ValidationLevel in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp with parameters of type ValidationLevelModifier and TypeMethodDescriptionvoid
DetachedTimestampValidator.setValidationLevel
(ValidationLevel validationLevel)