Re: jdk1.3 compatability

2004-10-09 Thread Berin Lautenbach
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

Re: Fix for vanishing attribute namespace prefixes?

2004-10-09 Thread Raul Benito
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

Re: Fix for vanishing attribute namespace prefixes?

2004-10-09 Thread Raul Benito
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... ==

Re: In Version 1.1

2004-10-09 Thread Berin Lautenbach
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