Interface SoapCertificateValidationService
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SoapCertificateValidationServiceImpl
public interface SoapCertificateValidationService extends Serializable
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 Type Method Description WSCertificateReportsDTOvalidateCertificate(CertificateToValidateDTO certificateToValidate)This method returns the result of the validation of the certificate.
-
-
-
Method Detail
-
validateCertificate
WSCertificateReportsDTO validateCertificate(CertificateToValidateDTO certificateToValidate)
This method returns the result of the validation of the certificate. The results contains a Diagnostic Data, simple certificate report and detailed report- Parameters:
certificateToValidate- aCertificateToValidateDTOwhich contains the certificate, the certificate chain and validation time- Returns:
- a
WSCertificateReportsDTOwith the 3 reports : the diagnostic data, the detailed report and the simple certificate report
-
-