Uses of Class
eu.europa.esig.dss.ws.cert.validation.dto.CertificateToValidateDTO
Packages that use CertificateToValidateDTO
Package
Description
-
Uses of CertificateToValidateDTO in eu.europa.esig.dss.ws.cert.validation.common
Methods in eu.europa.esig.dss.ws.cert.validation.common with parameters of type CertificateToValidateDTOModifier and TypeMethodDescriptionprotected CertificateValidator
RemoteCertificateValidationService.initValidator
(CertificateToValidateDTO certificateToValidate) Instantiates aCertificateValidator
based on the request data DTORemoteCertificateValidationService.validateCertificate
(CertificateToValidateDTO certificateToValidate) Validates the certificate -
Uses of CertificateToValidateDTO in eu.europa.esig.dss.ws.cert.validation.rest
Methods in eu.europa.esig.dss.ws.cert.validation.rest with parameters of type CertificateToValidateDTOModifier and TypeMethodDescriptionRestCertificateValidationServiceImpl.validateCertificate
(CertificateToValidateDTO certificateToValidate) -
Uses of CertificateToValidateDTO in eu.europa.esig.dss.ws.cert.validation.rest.client
Methods in eu.europa.esig.dss.ws.cert.validation.rest.client with parameters of type CertificateToValidateDTOModifier and TypeMethodDescriptionRestCertificateValidationService.validateCertificate
(CertificateToValidateDTO certificateToValidate) This method returns the result of the validation of the signed file. -
Uses of CertificateToValidateDTO in eu.europa.esig.dss.ws.cert.validation.soap
Methods in eu.europa.esig.dss.ws.cert.validation.soap with parameters of type CertificateToValidateDTOModifier and TypeMethodDescriptionSoapCertificateValidationServiceImpl.validateCertificate
(CertificateToValidateDTO certificateToValidate) -
Uses of CertificateToValidateDTO in eu.europa.esig.dss.ws.cert.validation.soap.client
Methods in eu.europa.esig.dss.ws.cert.validation.soap.client with parameters of type CertificateToValidateDTOModifier and TypeMethodDescriptionSoapCertificateValidationService.validateCertificate
(CertificateToValidateDTO certificateToValidate) This method returns the result of the validation of the certificate.