I am running into an issue with the XML signature validation of JDOM.The issue is that the XML signature validation of DOM converted from JDOM fails.

Here are the steps for signing:
1)Converted JDOM to DOM using SAXBuilder
2)Signed an URI of converted DOM
3)Converted the DOM into JDOM again
It works fine.

Here are stpes for validation:
1)Converted JDOM into DOM
2)Validated the DOM

The validation of DOM converted from JDOM fails.The reason is the converted DOM from JDOM is different than the original DOM.
I am not getting exact DOM out of JDOM due to which the validation falis.

can any expert suggest me a way to bring out of the original DOM from JDOM in-order to make the validation working.

Thanks in advance for the help

cheers,
chris.
 


New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

Reply via email to