Xml signature: Adding reference on Object child
From: J-P Meunier (fuimens_at_yahoo.fr)
Date: 05/23/03
- Previous message: Sparky: "Re: Encryption / string encoding"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 23 May 2003 17:27:56 +0200
Hello,
Is it possible to add a reference on a child of ObjectData instead of
making a reference on the whole Object tag, in order to obtain something
like the following signature :
<Signature>
<SignedInfo xmlns="xmldsig">
<CanonicalizationMethod Algorithm="c14n" />
<SignatureMethod Algorithm="rsa-sha1" />
<Reference URI="#SignedObjectChild">
<DigestMethod Algorithm="sha1"/>
<DigestValue>3t2w=</DigestValue>
</Reference>
</SignedInfo>
.......
<Object>
<ObjectChild1 Id="SignedObjectChild" xmlns="xmldsig#">
.....
</ObjectChild1>
<ObjectChild2>This is not signed</ObjectChild2>
</Object>
</Signature>
I really need to do that separation between signed and unsigned object
children. So any help is welcome.
Cheers,
JP
- Previous message: Sparky: "Re: Encryption / string encoding"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|