Questions tagged [electronic-signature]

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

162 questions
0
votes
1 answer

Qualified electronic signature

Can someone help me with the qualified electronic signature and make me a graph to understand the different interactions please ? I try to set up a qualified electronic signature in my company but I can't understand the process Thank you!!!!
0
votes
1 answer

Upload user's signature to DocuSign using eSign SDK?

I am trying to upload signature for a user using eSign SDK. I have referred this link for creating a signature for user. Below is my C# code: var usersList = usersApi.List(Constants.accountId); ApiClient apiClient1 = new…
Saket Kumar
  • 4,363
  • 4
  • 32
  • 55
0
votes
1 answer

Create DocuSign user without sending activation email using eSign SDK?

I am using DocuSign eSign SDK V3.1.1 to create user in DocuSign without sending any activation email to user. I want password and forgotten password information to be set from API itself so that after this call user can immediately start using their…
Saket Kumar
  • 4,363
  • 4
  • 32
  • 55
0
votes
1 answer

I can't get any result or errors when i'm drawing signatures on expo app

i'm creating a small react native app using expo, I am trying to run the example given at https://www.npmjs.com/package/react-native-signature-canvas for drawing signatures, i'm getting an interface but i can't draw and i'm not getting any…
Soufien JAOUADI
  • 119
  • 2
  • 12
0
votes
0 answers

How to create the certificate for digitally signing the e-mails?

I have a PGP key created, submitted to the pgp.mit.edu and then signed by a friend to join his path(network). Now I want to start and send an e-mail signed (not encrypted) using the Thunderbird e-mail client, but there it is saying to upload a…
0
votes
0 answers

Save signature in PDF document in Android Ionic 3 Application

Is there any API or SDK available to do Sign and save in pdf document provided by Adobe (Sign and Save) or any other providers (happy if it is open source ). I need to incorporate in my Application. It is an Android Native application or Ionic 3…
Joseph
  • 1,060
  • 3
  • 22
  • 53
0
votes
1 answer

How can I sign a document using PKCS7, CAdES, S/MIME (e-cpf / e-cnpj) to create a P7S file using javascript on the browser?

I was able to read a p12 certificate file and, using the password, I was able to extract: key and cert using forge methods: forge.pkcs12.pkcs12FromAsn1 and getBags({friendlyName: this.selectedFriendlyName}).friendlyName privatePem using…
melanke
  • 804
  • 1
  • 9
  • 25
0
votes
1 answer

Load test application where documents require electronic signature

How can I load test web application that requires to sign a document using an electronic signature? Is it possible with JMeter? In a web application there is a form, then data sent by the user in form create a document with is then signed using a…
user187205
  • 330
  • 1
  • 2
  • 16
0
votes
1 answer

Initialise canvas for every Vue.JS template loop

I'm stuck trying to work out how to initialize a local "signaturePad" canvas for every loop / signature required. I'm also keen to bind "dataURL" to signaturePad.toDataURL("image/jpg"). I.e. show the dataURI for each signature entered. Hope you can…
hendry
  • 9,725
  • 18
  • 81
  • 139
0
votes
1 answer

#DocuSignAPI Initial Here tab json format

For SIGN HERE TAB working functionality we were sending: "tabs":{"signHereTabs": [{"tabLabel":"JOINT_OWNER1_SIGNATURE1","recipientId":"3"}],"dateSignedTabs": [{"tabLabel":"JOINT_OWNER1_SIGNATURE1_eSignDateSigned","recipientId":"3"}]} But in…
0
votes
1 answer

Digital signature when only one person has public/private key

Hello I have a scenarios where a client and a bank must communicate in a secure way and they must use electronic signature but only the bank has public/private key. How will the communication occur? Meaning how will they authenticate each other who…
0
votes
0 answers

What is the Simplest Authentication Method for In-Person eSignature?

I am in the process of developing a very basic esignature plugin for WordPress. I am aware of WP Signature, but it doesn't satisfy the requirements for in-person signatures using a tablet. Staff Members will be carrying a tablet, the staff member…
0
votes
1 answer

PDF Adding Electronic Signature

We have an API for adding electronic signature to PDF documents. PDF documents signed by our API generally have the following…
0
votes
1 answer

drawing from saved svg in jquery signature

I'm using the JQuery UI Signature library to take signatures on websites. I can capture the signatures OK, but if I try and re-draw the signature (using saved as SVG), it doesn't work. Console says "Uncaught SyntaxError: Unexpected token < in…
Shawn
  • 3,031
  • 4
  • 26
  • 53
0
votes
1 answer

Verify Electronic Signatures with PDFBox

My company has requested a Java web service implementation of extracting data from PDF forms to initiate straight through processing capabilities for client operations using Apache PDFBox. Easy enough. The tough part is that forms are being…