Interface CertificateProcessExecutor
- All Superinterfaces:
ProcessExecutor<CertificateReports>
- All Known Implementing Classes:
DefaultCertificateProcessExecutor
public interface CertificateProcessExecutor extends ProcessExecutor<CertificateReports>
-
Method Summary
Modifier and Type Method Description voidsetCertificateId(String certificateId)Allows to specify the target certificate present in the Diagnostic Data to be verifiedMethods inherited from interface eu.europa.esig.dss.validation.executor.ProcessExecutor
execute, getCurrentTime, getValidationPolicy, setCurrentTime, setDiagnosticData, setLocale, setValidationPolicy
-
Method Details
-
setCertificateId
Allows to specify the target certificate present in the Diagnostic Data to be verified- Parameters:
certificateId-Stringid of the certificate to be verified
-