- From: Joseph M. Reagle Jr. <reagle@w3.org>
- Date: Wed, 01 Mar 2000 16:06:27 -0500
- To: Ed Simon <ed.simon@entrust.com>
- Cc: IETF/W3C XML-DSig WG <w3c-ietf-xmldsig@w3.org>
At 14:23 00/03/01 -0500, Ed Simon wrote:
> "xmlns="http://www.w3.org/xml/security/keyinfo#"
> for the the KeyInfo element
I'm not sure what this buys us (besides more namespaces). The dsig namespace
unambiguously identifies it. For instance:
<Encryption xmlns="http://ietf.org/RFCXXX">
<EncryptionMethod Algorithm="http://pgp.com/pgp"/>
<EncryptionValue>j6lwx3rvEPO0vKtMup4NbeVu8nk=</EncryptionValue>
<KeyInfo xmlns="http://www.w3.org/2000/02/xmldsig#">
<KeyValue>MIIBtzCCASw</KeyValue>
</KeyInfo>
</Encryption>
_________________________________________________________
Joseph Reagle Jr.
Policy Analyst mailto:reagle@w3.org
XML-Signature Co-Chair http://www.w3.org/People/Reagle/
Received on Wednesday, 1 March 2000 16:06:34 UTC