Class SoapCertificateValidationServiceImpl
java.lang.Object
eu.europa.esig.dss.ws.cert.validation.soap.SoapCertificateValidationServiceImpl
- All Implemented Interfaces:
SoapCertificateValidationService
,Serializable
public class SoapCertificateValidationServiceImpl
extends Object
implements SoapCertificateValidationService
The default implementation of
SoapCertificateValidationService
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault construction instantiating object with null RemoteCertificateValidationService -
Method Summary
Modifier and TypeMethodDescriptionvoid
setValidationService
(RemoteCertificateValidationService validationService) Sets the certificate validation servicevalidateCertificate
(CertificateToValidateDTO certificateToValidate) This method returns the result of the validation of the certificate.
-
Constructor Details
-
SoapCertificateValidationServiceImpl
public SoapCertificateValidationServiceImpl()Default construction instantiating object with null RemoteCertificateValidationService
-
-
Method Details
-
setValidationService
Sets the certificate validation service- Parameters:
validationService
-RemoteCertificateValidationService
-
validateCertificate
Description copied from interface:SoapCertificateValidationService
This method returns the result of the validation of the certificate. The result contains a Diagnostic Data, simple certificate report and detailed report- Specified by:
validateCertificate
in interfaceSoapCertificateValidationService
- 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
-