Class RemoteCertificateValidationService
java.lang.Object
eu.europa.esig.dss.ws.cert.validation.common.RemoteCertificateValidationService
public class RemoteCertificateValidationService extends Object
The webService for a Certificate validation
-
Constructor Summary
Constructors Constructor Description RemoteCertificateValidationService()
-
Method Summary
Modifier and Type Method Description void
setVerifier(CertificateVerifier verifier)
Sets the CertificateVerifierCertificateReportsDTO
validateCertificate(CertificateToValidateDTO certificateToValidate)
Validates the certificate
-
Constructor Details
-
RemoteCertificateValidationService
public RemoteCertificateValidationService()
-
-
Method Details
-
setVerifier
Sets the CertificateVerifier- Parameters:
verifier
-CertificateVerifier
to be used for validation
-
validateCertificate
Validates the certificate- Parameters:
certificateToValidate
-CertificateToValidateDTO
the DTO containing the certificate to be validated and its corresponding data- Returns:
CertificateReportsDTO
the validation reports
-