Uses of Enum
eu.europa.esig.dss.validation.executor.ValidationLevel
Package
Description
-
Uses of ValidationLevel in eu.europa.esig.dss.validation
Modifier 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
Modifier 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.Modifier 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
Modifier and TypeFieldDescriptionprotected ValidationLevel
DefaultSignatureProcessExecutor.validationLevel
The target highest validation level (default: ValidationLevel.ARCHIVAL_DATA)Modifier and TypeMethodDescriptionvoid
DefaultSignatureProcessExecutor.setValidationLevel
(ValidationLevel validationLevel) ModifierConstructorDescriptionDetailedReportBuilder
(I18nProvider i18nProvider, Date currentTime, ValidationPolicy policy, ValidationLevel validationLevel, DiagnosticData diagnosticData, boolean includeSemantics) Default constructor -
Uses of ValidationLevel in eu.europa.esig.dss.validation.timestamp
Modifier and TypeMethodDescriptionvoid
DetachedTimestampValidator.setValidationLevel
(ValidationLevel validationLevel)