Module jpms_dss_ws_signature_soap
Class SoapPAdESWithExternalCMSServiceImpl
java.lang.Object
eu.europa.esig.dss.ws.signature.soap.SoapPAdESWithExternalCMSServiceImpl
- All Implemented Interfaces:
eu.europa.esig.dss.ws.signature.soap.client.SoapPAdESWithExternalCMSService,Serializable
public class SoapPAdESWithExternalCMSServiceImpl
extends Object
implements eu.europa.esig.dss.ws.signature.soap.client.SoapPAdESWithExternalCMSService
SOAP implementation of the remote PAdES signature with external CMS service
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault construction instantiating object with null SoapPAdESWithExternalCMSServiceImpl -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.ws.dto.DigestDTOgetMessageDigest(eu.europa.esig.dss.ws.signature.dto.PDFExternalMessageDigestDTO pdfMessageDigest) voidsetService(eu.europa.esig.dss.ws.signature.common.RemotePAdESWithExternalCMSService service) Sets the remote PAdES signature with external CMS serviceeu.europa.esig.dss.ws.dto.RemoteDocumentsignDocument(eu.europa.esig.dss.ws.signature.dto.PDFExternalSignDocumentDTO pdfSignDocument)
-
Constructor Details
-
SoapPAdESWithExternalCMSServiceImpl
public SoapPAdESWithExternalCMSServiceImpl()Default construction instantiating object with null SoapPAdESWithExternalCMSServiceImpl
-
-
Method Details
-
setService
public void setService(eu.europa.esig.dss.ws.signature.common.RemotePAdESWithExternalCMSService service) Sets the remote PAdES signature with external CMS service- Parameters:
service-RemotePAdESWithExternalCMSService
-
getMessageDigest
public eu.europa.esig.dss.ws.dto.DigestDTO getMessageDigest(eu.europa.esig.dss.ws.signature.dto.PDFExternalMessageDigestDTO pdfMessageDigest) - Specified by:
getMessageDigestin interfaceeu.europa.esig.dss.ws.signature.soap.client.SoapPAdESWithExternalCMSService
-
signDocument
public eu.europa.esig.dss.ws.dto.RemoteDocument signDocument(eu.europa.esig.dss.ws.signature.dto.PDFExternalSignDocumentDTO pdfSignDocument) - Specified by:
signDocumentin interfaceeu.europa.esig.dss.ws.signature.soap.client.SoapPAdESWithExternalCMSService
-