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 TypeMethodDescriptionvoidDocumentValidator.setValidationLevel(ValidationLevel validationLevel) This method allows to specify the validation level (Basic / Timestamp / Long Term / Archival).voidSignedDocumentValidator.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 ValidationLevelReturns 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 TypeMethodDescriptionvoidDocumentProcessExecutor.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 ValidationLevelDefaultSignatureProcessExecutor.validationLevelThe target highest validation level (default: ValidationLevel.ARCHIVAL_DATA)Methods in eu.europa.esig.dss.validation.executor.signature with parameters of type ValidationLevelModifier and TypeMethodDescriptionvoidDefaultSignatureProcessExecutor.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 TypeMethodDescriptionvoidDetachedTimestampValidator.setValidationLevel(ValidationLevel validationLevel)