Re: get canonicalized xml hash

2010-03-08 Thread Peter Lin
Yes, I know the hash will be calculated when generating a signature. However, it will be troublesome since at least a private key and a certificate will be needed. ( I tried to use RSA_NONE when calling createBlankSignature, but I've got No signing algorithm exception afterwards). Actually th

RE: get canonicalized xml hash

2010-03-08 Thread Scott Cantor
> I need to obtain a canonicalized xml hash from a DOMNode with xml-security- > c. Is there way to achieve it? I don't know what you mean by that exactly, but the library can canonicalize a DOM node and it can produce a hash internally when it's generating a signature, but you'd have to mess aroun