Uses of Class
eu.europa.esig.dss.validation.executor.ValidationLevel
-
Packages that use ValidationLevel Package Description eu.europa.esig.dss.validation eu.europa.esig.dss.validation.executor -
-
Uses of ValidationLevel in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation with parameters of type ValidationLevel Modifier and Type Method Description voidDocumentValidator. 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 ValidationLevel Modifier and Type Method Description static ValidationLevelValidationLevel. valueOf(String name)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 ValidationLevel Modifier and Type Method Description voidDefaultSignatureProcessExecutor. setValidationLevel(ValidationLevel validationLevel)voidSignatureProcessExecutor. setValidationLevel(ValidationLevel validationLevel)This method allows to set the validation level that is used during the validation process execution.Constructors in eu.europa.esig.dss.validation.executor with parameters of type ValidationLevel Constructor Description DetailedReportBuilder(Date currentTime, ValidationPolicy policy, ValidationLevel validationLevel, DiagnosticData diagnosticData)
-