Interface SoapCertificateValidationService
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SoapCertificateValidationServiceImpl
The validation web service allow to validate the provided certificate. Missing certificate from certificate chain
and a custom validation time can be provided.
-
Method Summary
Modifier and TypeMethodDescriptionvalidateCertificate
(CertificateToValidateDTO certificateToValidate) This method returns the result of the validation of the certificate.
-
Method Details
-
validateCertificate
This method returns the result of the validation of the certificate. The result contains a Diagnostic Data, simple certificate report and detailed report- Parameters:
certificateToValidate
- aCertificateToValidateDTO
which contains the certificate, the certificate chain and validation time- Returns:
- a
WSCertificateReportsDTO
with the 3 reports : the diagnostic data, the detailed report and the simple certificate report
-