Questions tagged [xades]

34 questions
0
votes
0 answers

Is it possible to strip the content from the enveloped XaDES signature to get the detached signature

I am using DSS library to verify digital signature. Recently, DSS introduced the ability to send just the hash of the document being verified and it's signature without sending the actual content. That may be a good thing for privacy, because you…
user3362334
  • 1,980
  • 3
  • 26
  • 58
0
votes
1 answer

Its posible decode a .p12 file with asn1js and pki.js?

p12 file from where I want to extract public and private keys and the x509 certificate with pki.js But my .p12 file has a password how can I decode it. For example: const asn1js = require("asn1js"); const pkijs = require("pkijs"); const…
user3821102
  • 139
  • 2
  • 13
0
votes
0 answers

C# method CheckSignature returns false for valid XAdES signed document

I try to implement XAdES signature verification in C#. It works fine for sample documents like this. However on actual document like this method CheckSignature returns false, even though it is a valid document (additionally verified here). Here's…
snafu
  • 1
  • 2
-1
votes
0 answers

het hash used for creating the xades signature with signxml

I need to get the hash used for creating a XAdES signature made with signxml? I need to get the hash and sign it with a PKCS#11 hardware token. I tied to modify the library but then the library stopped working at all. thanks for every hint
Guenma
  • 1
1 2
3