Module jpms_dss_ws_signature_soap
Class SoapExternalCMSServiceImpl
java.lang.Object
eu.europa.esig.dss.ws.signature.soap.SoapExternalCMSServiceImpl
- All Implemented Interfaces:
eu.europa.esig.dss.ws.signature.soap.client.SoapExternalCMSService,Serializable
public class SoapExternalCMSServiceImpl
extends Object
implements eu.europa.esig.dss.ws.signature.soap.client.SoapExternalCMSService
SOAP implementation of the remote CMS signature generation suitable for PAdES signature creation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault construction instantiating object with null SoapExternalCMSServiceImpl -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.ws.dto.ToBeSignedDTOgetDataToSign(eu.europa.esig.dss.ws.signature.dto.DataToSignExternalCmsDTO dataToSign) voidsetService(eu.europa.esig.dss.ws.signature.common.RemoteExternalCMSService service) Sets the remote service for external CMS creation suitable for PAdES signingeu.europa.esig.dss.ws.dto.RemoteDocumentsignMessageDigest(eu.europa.esig.dss.ws.signature.dto.SignMessageDigestExternalCmsDTO signMessageDigest)
-
Constructor Details
-
SoapExternalCMSServiceImpl
public SoapExternalCMSServiceImpl()Default construction instantiating object with null SoapExternalCMSServiceImpl
-
-
Method Details
-
setService
public void setService(eu.europa.esig.dss.ws.signature.common.RemoteExternalCMSService service) Sets the remote service for external CMS creation suitable for PAdES signing- Parameters:
service-RemoteExternalCMSService
-
getDataToSign
public eu.europa.esig.dss.ws.dto.ToBeSignedDTO getDataToSign(eu.europa.esig.dss.ws.signature.dto.DataToSignExternalCmsDTO dataToSign) - Specified by:
getDataToSignin interfaceeu.europa.esig.dss.ws.signature.soap.client.SoapExternalCMSService
-
signMessageDigest
public eu.europa.esig.dss.ws.dto.RemoteDocument signMessageDigest(eu.europa.esig.dss.ws.signature.dto.SignMessageDigestExternalCmsDTO signMessageDigest) - Specified by:
signMessageDigestin interfaceeu.europa.esig.dss.ws.signature.soap.client.SoapExternalCMSService
-