Module jpms_dss_ws_signature_soap
Class SoapTrustedListSignatureServiceImpl
java.lang.Object
eu.europa.esig.dss.ws.signature.soap.SoapTrustedListSignatureServiceImpl
- All Implemented Interfaces:
eu.europa.esig.dss.ws.signature.soap.client.SoapTrustedListSignatureService,Serializable
public class SoapTrustedListSignatureServiceImpl
extends Object
implements eu.europa.esig.dss.ws.signature.soap.client.SoapTrustedListSignatureService
SOAP implementation for XML Trusted List signing service
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault construction instantiating object with null RemoteTrustedListSignatureService -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.ws.dto.ToBeSignedDTOgetDataToSign(eu.europa.esig.dss.ws.signature.dto.DataToSignTrustedListDTO dataToSign) voidsetService(eu.europa.esig.dss.ws.signature.common.RemoteTrustedListSignatureService service) Sets the remote XML Trusted List signing serviceeu.europa.esig.dss.ws.dto.RemoteDocumentsignDocument(eu.europa.esig.dss.ws.signature.dto.SignTrustedListDTO signTrustedList)
-
Constructor Details
-
SoapTrustedListSignatureServiceImpl
public SoapTrustedListSignatureServiceImpl()Default construction instantiating object with null RemoteTrustedListSignatureService
-
-
Method Details
-
setService
public void setService(eu.europa.esig.dss.ws.signature.common.RemoteTrustedListSignatureService service) Sets the remote XML Trusted List signing service- Parameters:
service-RemoteTrustedListSignatureService
-
getDataToSign
public eu.europa.esig.dss.ws.dto.ToBeSignedDTO getDataToSign(eu.europa.esig.dss.ws.signature.dto.DataToSignTrustedListDTO dataToSign) - Specified by:
getDataToSignin interfaceeu.europa.esig.dss.ws.signature.soap.client.SoapTrustedListSignatureService
-
signDocument
public eu.europa.esig.dss.ws.dto.RemoteDocument signDocument(eu.europa.esig.dss.ws.signature.dto.SignTrustedListDTO signTrustedList) - Specified by:
signDocumentin interfaceeu.europa.esig.dss.ws.signature.soap.client.SoapTrustedListSignatureService
-