xml security - Digital Signature - sign digest value pre calculated
Hi all,
I'd like to perform a Digital Signature (sign) of an existing digest value pre calculated . Does anybody could please tell me some more about it?
Looking at specicctions (apis) the signature is performed in one operation, within by given "object" to be signed, the method calculate the hash value (digest) and finally sign it. I have to do this operation in 2 steps :
1) calcutate the hash value (c++ ) (this wok fine)
2 calcutate the Signature using the hash
Thanks
Matteo

