You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by ebxml ebxml <eb...@yahoo.com.au> on 2002/11/26 12:01:28 UTC

detached signature verification


after one day of R&D i could able to sign the
Payloads.

can some body give an example for detached signature
verification

in the XML document i have two Reference elements, one
refering the same document and another 
refering the external (MimeBodyPart) object. like
below

<ds:Reference URI="" .... >
.....
..
</ds:Reference>
<ds:Reference URI="cid:232" ...>
.....
..
</ds:Reference>


i am able to verify the reference with URI="cid:232",
how can i verify the same document

http://www.yahoo.promo.com.au/hint/ - Yahoo! Hint Dropper
- Avoid getting hideous gifts this Christmas with Yahoo! Hint Dropper!

Re: detached signature verification

Posted by Christian Geuer-Pollmann <ge...@nue.et-inf.uni-siegen.de>.

<ds:Reference URI="#foo">


signs the element with an ID type attribute with value foo in the same 
document as the signature.

--On Dienstag, 26. November 2002 22:01 +1100 ebxml ebxml 
<eb...@yahoo.com.au> wrote:

>
>
> after one day of R&D i could able to sign the
> Payloads.
>
> can some body give an example for detached signature
> verification
>
> in the XML document i have two Reference elements, one
> refering the same document and another
> refering the external (MimeBodyPart) object. like
> below
>
> <ds:Reference URI="" .... >
> .....
> ..
> </ds:Reference>
> <ds:Reference URI="cid:232" ...>
> .....
> ..
> </ds:Reference>
>
>
> i am able to verify the reference with URI="cid:232",
> how can i verify the same document
>
> http://www.yahoo.promo.com.au/hint/ - Yahoo! Hint Dropper
> - Avoid getting hideous gifts this Christmas with Yahoo! Hint Dropper!