Questions tagged [electronic-signature]

Electronic signatures are digital representations of a person's "wet" or "live" signature.

162 questions
0
votes
1 answer

Lotus Notes Electronic Ink Signature

I am looking into how to have a user with a touchscreen computer or tablet sign their name using the touch screen on the main Lotus Notes client. I found an XPages solution, but that only works for the web, and not the downloaded lotus notes. All…
user2939446
  • 71
  • 2
  • 10
0
votes
1 answer

No signature in HelloSign signed document

I have this strange question regarding HelloSign, the answer to witch I was not able to find in their docs. I have implemented the embed signing feature on my website with test mode on. The signing process goes as it should via POST…
ArVan
  • 4,225
  • 8
  • 36
  • 58
0
votes
1 answer

PAdES electronic signature in java

Well as the title says, I was asked to perform an application with electronic signature PAdES. Sign PDF documents with this, but they know how to interpret these signatures in java, if someone have worked with something like this to tell me how I…
Elias Vargas
  • 1,126
  • 1
  • 18
  • 32
0
votes
1 answer

HelloSign API - getting "This SignatureRequest will be placed on hold until the user confirms their email address"

"When using the HelloSign API I'm getting ""This SignatureRequest will be placed on hold until the user confirms their email address"" when I send a signature request as part of the response: ""warnings"":[{""warning_msg"":""This SignatureRequest…
0
votes
1 answer

User signature in PDF created by PHP

I have question regarding electronic signature. I have to create some PDF that can by signed by the user and certified by certeurope. But I have no idea, how to create it. Do I have to create a stream of the pdf from php ? Then create a signature…
oveka
  • 57
  • 5
0
votes
2 answers

Are all of these legitimate DocuSign authentication methods?

I'm creating a SOAP interface for uploading Esignature requests to DocuSign. I need this interface to be prepared to request any authentication method that DocuSign supports. The SOAP API refers to several different types of authentication, for…
Mark Bailey
  • 1,091
  • 10
  • 25
0
votes
1 answer

Xml signing with remote applet devices

All files are stored in the cloud system. The average size of file 200MB.Very large size of the files.Also Usb token on the client side. I don't want to transfer entire file from the server to client. I just want to sign the hash of the file on the…
user2496352
0
votes
1 answer

Applet pcks11 security error

I want to applet implementations with digital signing. But, I'm getting an error when accessing the usb token. I think the reason for the error due to Java's security is blocking access. Error log: basic: exception:…
user2496352
0
votes
0 answers

PDF signing using an API in a cloud hosted environment .NET - Azure with a CA certificate

Has anyone implemented this? The solutions I have looked at all require a hardware token, which obviously won't work when cloud hosted. I don't really want to pay for a SaaS to do the signing as the per document costs will be prohibitive. Any…
0
votes
1 answer

Return signed document or link to signed document in docusignapi after signing process completion

I'm able to login and Get the Embedded Signing View which will return a URL where given user can review the document and sign on it. now we've got the url, user signed it and we redirected it to our application's home page. but how can user see the…
0
votes
1 answer

Disable few signature attributes/types in DocusignAPI

https://i.stack.imgur.com/zU1OM.png see this image here, You can see we have 13 types of signature (e.g. signature,initial,my name,my first name,etc...) I dont want all these field in my app. so I want to disable/remove while I'm using in iFrame.…
0
votes
1 answer

How to redirect to back after signing completion in docuSign

I'm trying to embedded signing workflow through this API http://iodocs.docusign.com/APIWalkthrough/embeddedSigning after successfully execution of this I got this response API Call Result: { url:…
0
votes
2 answers

Docusign upload api call returns The remote server returned an error: (400) Bad Request

I tried with Timeout properties for uploading document in Docusign through demo url from API. But sometimes the api call returns "The remote server returned an error: (400) Bad Request". I looked into the fiddler debug trace. The XML shows 2 things…
Jagadeesh Govindaraj
  • 6,977
  • 6
  • 32
  • 52
0
votes
1 answer

Added a Signers email in the SendBehalfOf email but an error "This User lacks sufficient permissions. Fail to resolve SendOnBehalfOf user"

I have added an Signer's email in the SendBehalfOf using APIServiceSoapClient. But an error "This User lacks sufficient permissions. Fail to resolve SendOnBehalfOf user" I am able to add user account's email for SendBehalfOf and it is working. Our…
0
votes
1 answer

Verify electronic signature in .NET

I have a set of questions: What does a .p7s file contain? I read that it usually is an encrypted message sent to an e-mail, but in my case I have a file and a .p7s file on my hdd. The file is much larger than the .p7s, so I am wondering what is in…
Mario Stoilov
  • 3,411
  • 5
  • 31
  • 51
1 2 3
10
11