Uses of Class
eu.europa.esig.dss.validation.executor.ValidationLevel
-
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 void
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 ValidationLevel Modifier and Type Method Description static ValidationLevel
ValidationLevel. 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 void
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 ValidationLevel Modifier and Type Field Description protected ValidationLevel
DefaultSignatureProcessExecutor. validationLevel
Methods in eu.europa.esig.dss.validation.executor.signature with parameters of type ValidationLevel Modifier and Type Method Description void
DefaultSignatureProcessExecutor. setValidationLevel(ValidationLevel validationLevel)
Constructors in eu.europa.esig.dss.validation.executor.signature with parameters of type ValidationLevel Constructor Description DetailedReportBuilder(I18nProvider i18nProvider, Date currentTime, ValidationPolicy policy, ValidationLevel validationLevel, DiagnosticData diagnosticData)
-
Uses of ValidationLevel in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp with parameters of type ValidationLevel Modifier and Type Method Description void
DetachedTimestampValidator. setValidationLevel(ValidationLevel validationLevel)