public interface SoapMultipleDocumentsSignatureService extends Serializable
| Modifier and Type | Method and Description |
|---|---|
RemoteDocument |
extendDocument(ExtendDocumentDTO extendDocument)
This web service operation extends the signature of a given document to the level of the signature provided.
|
ToBeSigned |
getDataToSign(DataToSignMultipleDocumentsDTO dataToSign)
This method computes the digest to be signed
|
RemoteDocument |
signDocument(SignMultipleDocumentDTO signDocument)
This web service operation signs a document according to a previously signed digest, a level of signature, some
signature properties and keyInfo.
|
ToBeSigned getDataToSign(DataToSignMultipleDocumentsDTO dataToSign) throws DSSException
dataToSign - a DTO which contains the documents to sign and parametersDSSExceptionRemoteDocument signDocument(SignMultipleDocumentDTO signDocument) throws DSSException
signDocument - a DTO which contains the documents to be signed, the parameters and the signature valueDSSExceptionRemoteDocument extendDocument(ExtendDocumentDTO extendDocument) throws DSSException
extendDocument - a DTO which contains the document to be extented and the parametersDSSExceptionCopyright © 2017. All rights reserved.