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
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
> 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
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
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