Interface CertificateProcessExecutor
- All Superinterfaces:
ProcessExecutor<CertificateReports>
- All Known Implementing Classes:
DefaultCertificateProcessExecutor
Processes a certificate validation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCertificateId
(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
-String
id of the certificate to be verified
-