Title: HMAC

        This code:

DOMNode *sigNode = findDSIGNode(doc, "Signature");
DSIGSignature * sig = prov.newSignatureFromDOM(theDOM, sigNode);
bool useHMAC = (sig->getSignatureMethod() == SIGNATURE_HMAC);

        Allways says that useHMAC == false, but here is how SignatureMethod was defined:

<ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#hmac-sha1" />

        Anyone have any idea why?

Thank you,
Milan

Reply via email to