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

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

    Modifier and Type
    Method
    Description
    eu.europa.esig.dss.ws.dto.DigestDTO
    getMessageDigest(eu.europa.esig.dss.ws.signature.dto.PDFExternalMessageDigestDTO pdfMessageDigest)
     
    void
    setService(eu.europa.esig.dss.ws.signature.common.RemotePAdESWithExternalCMSService service)
    Sets the remote PAdES signature with external CMS service
    eu.europa.esig.dss.ws.dto.RemoteDocument
    signDocument(eu.europa.esig.dss.ws.signature.dto.PDFExternalSignDocumentDTO pdfSignDocument)
     

    Methods inherited from class java.lang.Object

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