Re: Question about multiple signers

Hello,

I also want to use more than one EncryptedKey for more than one recipient.

If you agree that this feature should be allowed the document http://www.w3.org/TR/xmlenc-core/ should be modified.

There is the following definition:

  <EncryptedData Id? Type? MimeType? Encoding?>
    <EncryptionMethod/>?
    <ds:KeyInfo>
      <EncryptedKey>?
      <AgreementMethod>?
      <ds:KeyName>?
      <ds:RetrievalMethod>?
      <ds:*>?
    </ds:KeyInfo>?
    <CipherData>
      <CipherValue>?
      <CipherReference URI?>?
    </CipherData>
    <EncryptionProperties>?
  </EncryptedData>

But <EncryptedKey>? means only zero or one occurrence. 

Thanks,

Martina Rosner-Kunz

Received on Wednesday, 3 November 2004 10:05:54 UTC