Questions tagged [signer]

29 questions
0
votes
1 answer

Why access denied (java.lang.RuntimePermission setSecurityManager) in my java Applet?

I had an existing very very old java applet which use : com.al6 rxtx 2.1.7 java
user2178964
  • 124
  • 6
  • 16
  • 40
0
votes
0 answers

PdfCanvas invalid Signer in pdf used Itext 7

I am trying to add a border to a digital signature on a .pdf, however if more than one sign the first signature is invalidated and the second signature is valid, I suppose this happens because I am using PdfCanvas, for now I have not found another…
Cemail Sn
  • 25
  • 4
0
votes
1 answer

Algorithm to remove vocal from sound track with bytes in sample code

I want to remove vocals from mp3 sound tracks(remove signer voice from the song file), I turned the song file into byte lists but don't know how to remove it's vocal with bytes. does any body knows the algorithm of removing with bytes ?(I would be…
0
votes
0 answers

An extra signer with status as "created" is getting along with other signers

I created an envelope using Docusign API with status as sent and I had two signers in it. But when I actually checked in the account - there is one extra signer with the same name added along with the other signers in the envelope.Envelope Screen I…
Salman
  • 5
  • 3
0
votes
1 answer

How To Recover Deleted apk keystore signer || jks key || app keystore

I've mistakenly deleted my apk keystore (jks) and google can't help me, What to do?
arpitansu
  • 588
  • 4
  • 12
0
votes
0 answers

Creating new Signer throws XadesProfileResolutionException [Android Xades4j]

I have simple method getSigner which return new Signer (XadesSigner object). The same method works on simple console java application but in Android throws XadesProfileResolutiionException. Anyone help me? private XadesSigner getSigner(String…
treekt
  • 147
  • 1
  • 12
0
votes
1 answer

Signer based Encryption

I had some problem to load Class object with this code: Bidder Form <%String contextPath = request.getContextPath();%> …
Sanju
  • 3,187
  • 10
  • 41
  • 55
0
votes
1 answer

Docusign api embedded signing as inperson signer - C# app - tags not populating values passed by rest api and document come as free form signing

I am trying to integrate my website with Docusign via embedded signing using inperson signer . My .Net website logs in and opens the docusign template and I should be able to pass values via rest api to the tags on the docusign document.But the tag…
Sandy
  • 1
  • 2
0
votes
0 answers

XML digital signature. How to add ds namespace to Signature node using signer gem?

I need to envelope xml in soap message, digest data from original xml and sign it. Actual algorithm of signing or digesting does not matter for now. Example of original xml: Super Important Data Final…
xvonabur
  • 1
  • 1
0
votes
0 answers

Application cannot access USB Token in remote

I'm trying to create a C# console application using SignFile lib to access Token USB (contain Digital Signature) to sign a folder of PDF files. The problem is after build Release to run on Windows Server 2012, this application run successful without…
0
votes
1 answer

Unable to see signer certificate alias in drop down list for aliases created in Websphere 8.5

In Websphere 8.5 I am trying to install a signer certificate in the NodeDefaultTrustStore using the Admin Console. I am also trying to create a dynamic outbound endpoint which will use this signer certificate when making secured outbound…
user1711845
  • 143
  • 3
0
votes
1 answer

How to code sign a Javafx app

I have a javafx 8 desktop app with the exec in a .jar. I just bought a Code Signing Certificate from Comodo. The Certificate came out as a .p12 file via the browser. I have never used code signer Certificates before. How do I basically: Code…
Kwesi Aryee
  • 310
  • 2
  • 15
0
votes
1 answer

Unable to load gems in cloud 9

I cannot load many ruby gems in Cloud 9's ruby on rails. For example I run $ gem install signer and get: Successfully installed signer-1.4.2 1 gem installed but then when I try to call it with: require "signer" I get the following error upon…
user2463732
  • 29
  • 2
  • 10
0
votes
1 answer

Prompt for Access Code each time a person accesses a document

Our DocuSign users are accessing documents by clicking on a link in an email. We have specified an AccessCode on each recipient. A recipient may be listed more than once in a workflow. For example: Person A (signs) Person B (fills in information…
Curtis
  • 3
  • 1
1
2