OK - I've tested with 1.3 and I get the following :
- All Encryption tests get skipped, with an error about algorithm not
supported. Now that's possibly true in 1.3 but see below.
- All Signature tests pass *except* anything with a SHA1 HMAC -
something about algorithm not found. Now I would have
Wijlens, Joris (J.) wrote:
Hi,
So you are saying that there isn't a bug in your code and that if I
parse a document "document" and select an Element "soapHeaderElement".
Then I create the element I want to add (the placeholder element for
the signature) and add it to the soapHeaderElement
Mikolaj Habryn wrote:
On Fri, 2004-10-01 at 23:57, [EMAIL PROTECTED] wrote:
create a DOM tree with only ==> serialize it and re-parseit
so you got ==> http://uri-a";> DOM tree ==> signit
obtaining
http://uri-a";>... ==> you
cutthe ds:signature and paste in the original DOM tree
obtainig... ==
No - the current API doesn't provide a way of doing that. You'll need
to iterate through the DOM yourself and then call the library for each.
Cheers,
Berin
Jaswinder Kaur wrote:
Does XML Security provide a way to encrypt all particular elements in
Document? e.g. in following xml I want