Interface SignatureProcessExecutor
-
- All Superinterfaces:
ProcessExecutor<Reports>
- All Known Implementing Classes:
DefaultSignatureProcessExecutor
public interface SignatureProcessExecutor extends ProcessExecutor<Reports>
-
-
Method Summary
Modifier and Type Method Description voidsetEnableEtsiValidationReport(boolean enableEtsiValidationReport)Specifies if the ETSI Validation Report must be createdvoidsetValidationLevel(ValidationLevel validationLevel)This method allows to set the validation level that is used during the validation process execution.-
Methods inherited from interface eu.europa.esig.dss.validation.executor.ProcessExecutor
execute, getCurrentTime, getValidationPolicy, setCurrentTime, setDiagnosticData, setValidationPolicy
-
-
-
-
Method Detail
-
setValidationLevel
void setValidationLevel(ValidationLevel validationLevel)
This method allows to set the validation level that is used during the validation process execution.- Parameters:
validationLevel- the validation level.
-
setEnableEtsiValidationReport
void setEnableEtsiValidationReport(boolean enableEtsiValidationReport)
Specifies if the ETSI Validation Report must be created- Parameters:
enableEtsiValidationReport-
-
-