Hi, I need to verify the XML signature attached with the XML document. One option would be to parse the XML into DOM objects first and then use Apache XML Security framework to verify the signature.
The other would be to verify an XBean object directly. Is there any library to do this? Thanks