Webservice: Sign

signature operations [Commercial editions only]

Index Method Request(s) Response Description
1 sign sid
docIds
id signs a set of documents; returns the identifiers of all the signed documents
2 storePrivateKey sid
password
key
result stores your own private key
3 storeSignature sid
signature
result Stores the public certificate in the user's profile. Can be invoked just one time and you can upload a .P7M or .pem file
This can be done just one time

Method #1: sign

signs a set of documents; returns the identifiers of all the signed documents

Request

Name Type Required Multiple Description
     sid
String Y
     docIds
Long Y Y identifiers of the documents you wants to sign

Response

Name Type Required Multiple Description
     id
Long Y Y

Method #2: storePrivateKey

stores your own private key

Request

Name Type Required Multiple Description
     sid
String Y
     password
String Y
     key
DataHandler Y your private key

Response

Name Type Required Multiple Description
     result
String Y

Method #3: storeSignature

Stores the public certificate in the user's profile. Can be invoked just one time and you can upload a .P7M or .pem file<br/>This can be done just one time

Request

Name Type Required Multiple Description
     sid
String Y
     signature
DataHandler Y your digital certificate file(.pem format)

Response

Name Type Required Multiple Description
     result
String Y