xml-dsig Questions
1
Solved
We can create XML Digital Signature using RSA keys. But how do I use elliptic curve keys to sign xml files ? I get error messages such as -
Exception in thread "main" java.security.KeyException: E...
Question asked 22/8, 2018 at 7:26
0
I'm try to verify signature like this (it's PARes from Mastercard) and receive false every time, but xml from VISA work ok
Mastercard
<?xml version="1.0" encoding="UTF-8"?>
<ThreeDSecur...
Bilateral asked 11/1, 2018 at 11:12
1
Solved
I'm trying to validate a MS Word *.docx file with digital signature. In order to do validation, i have to calculate digest of referenced nodes and to check if it is same as one given in the signatu...
1
Solved
I am trying to verify XML (attached on the bottom of the question) signature with xmlsec1 utility. However, when executing a command
xmlsec1 --verify test.xml
I am getting following stack trace:...
Mandal asked 1/3, 2016 at 12:34
1
Solved
i am making some codes for goverment billing system and after reading for some weeks i reached a dead end.
I need to validate at least two signatures inside a xml file i receive from a server, i h...
Shantel asked 17/12, 2014 at 15:6
1
Is it possible to create jaxb marshaller which automatically adds digital signature to xml content.
For example if I have a class which is defined:
@XmlRootElement
@XmlAccessorType(XmlAccessType...
2
Solved
I am trying to do some XML Signature by signing only parts of the xml however after much searching I have not been able to find a solution.
I am using java to sign an XML using Xpath2 transform an...
Involved asked 20/9, 2012 at 12:18
1
© 2022 - 2024 — McMap. All rights reserved.