I agree.
Here is a similar example from
http://www.w3.org/TR/2001/CR-xmldsig-core-20010419/
[s01] <Signature Id="MyFirstSignature"
xmlns="http://www.w3.org/2000/09/xmldsig#">
[s02] <SignedInfo>
[s03] <CanonicalizationMethod
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
[s04] <SignatureMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1"/>
[s05] <Reference URI="http://www.w3.org/TR/2000/REC-xhtml1-20000126/">
[s06] <Transforms>
[s07] <Transform
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
[s08] </Transforms>
[s09] <DigestMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
[s10] <DigestValue>j6lwx3rvEPO0vKtMup4NbeVu8nk=</DigestValue>
[s11] </Reference>
[s12] </SignedInfo>
[s13] <SignatureValue>MC0CFFrVLtRlk=...</SignatureValue>
[s14] <KeyInfo>
[s15a] <KeyValue>
[s15b] <DSAKeyValue>
[s15c] <P>...</P><Q>...</Q><G>...</G><Y>...</Y>
[s15d] </DSAKeyValue>
[s15e] </KeyValue>
[s16] </KeyInfo>
[s17] </Signature>
-Arvola
-----Original Message-----
From: David Fischer <>
To: ebXML Msg <>
Date: Thursday, August 23, 2001 2:47 PM
Subject: T2 Example 12.3.1.1 Typo
In the example section 12.3.1.1 page 54, it says:
. . .
<ds:SignatureMethod Algorithm="http://.../xmldsig#dsa-sha1">
. . .
<ds:DigestMethod Algorithm="http://.../xmldsig#dsa-sha1">
. . .
<ds:DigestMethod Algorithm="http://.../xmldsig#dsa-sha1">
. . .
I think the SignatureMethod Algorithm is right but shouldn't the
DigestMethod
Algorithm be:
<ds:DigestMethod Algorithm="http://.../xmldsig#sha1">
Regards,
David Fischer
Drummond Group.
----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>