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 Details

    • validateCertificate

      WSCertificateReportsDTO validateCertificate(CertificateToValidateDTO certificateToValidate)
      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 - a CertificateToValidateDTO 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