Thank you so much, this helped.
org.w3c.dom.Element assertionElement =
getElementById(doc.getDocumentElement(),id);
assertionElement.setIdAttributeNS(null, "ID", true);
DOMSignContext dsc = new DOMSignContext(keyPair.getPrivate(), assertionElement);- Re: Fail to verified the signature Colm O hEigeartaigh
- Re: Fail to verified the signature David Yu
- Re: Fail to verified the signature Chendu
