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

    Constructors
    Constructor
    Description
    Default construction instantiating object with null SoapExternalCMSServiceImpl
  • Method Summary

    Modifier and Type
    Method
    Description
    eu.europa.esig.dss.ws.dto.ToBeSignedDTO
    getDataToSign(eu.europa.esig.dss.ws.signature.dto.DataToSignExternalCmsDTO dataToSign)
     
    void
    setService(eu.europa.esig.dss.ws.signature.common.RemoteExternalCMSService service)
    Sets the remote service for external CMS creation suitable for PAdES signing
    eu.europa.esig.dss.ws.dto.RemoteDocument
    signMessageDigest(eu.europa.esig.dss.ws.signature.dto.SignMessageDigestExternalCmsDTO signMessageDigest)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      getDataToSign in interface eu.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:
      signMessageDigest in interface eu.europa.esig.dss.ws.signature.soap.client.SoapExternalCMSService