dumping the canonical form of a Reference to a log or stdout

2006-08-31 Thread Markus Werner
Hi, first of all, I'm relatively new to Apache XML Security, so please be patient :-) My job is to sign an element inside a DOM-Document with the help of a secretKey. Let the element that should be signed be called and its Id be "id" in beneath code snippet. The signature should be a detached

dumping the canonical form of a Reference to a log or stdout

2006-08-31 Thread Markus Werner
Hi, first of all, I'm relativly new to Apache XML Security, so please be patient :-) My job is to sign an element inside a DOM-Document with the help of a secretKey. Let the element that should be signed be called and its Id be "id" in beneath code snippet. The signature should be a detached si

Re: dumping the canonical form of a Reference to a log or stdout

2006-09-01 Thread Markus Werner
> XMLSignatureInput) or Reference.getReferencedBytes (returns a byte[]), > each of which return the dereferenced and transformed contents before it > is digested. I haven't really used those methods so I'm hoping someone > on the list that is more familiar with them will send you so

Re: dumping the canonical form of a Reference to a log or stdout

2006-09-02 Thread Markus Werner
t I don't know. The only thing I know is, that it is not Apache XML Security. TIA, Markus. Sean Mullan wrote: > I don't have enough information, but it sounds like when canonicalizing > on the client, it doesn't find the namespace definition for foo. Is it > defined by

Re: dumping the canonical form of a Reference to a log or stdout

2006-09-04 Thread Markus Werner
i Markus, > > The output from the server side is correct. In the client, What > version of xmlsec are you using?. Are you creating the > org.w3c.Document namespace aware? > > Regards, > > Raul > > On 9/2/06, Markus Werner <[EMAIL PROTECTED]> wrote: >> Hi