<?xml version="1.0" encoding="UTF-8"?>
<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#"
               xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://www.w3.org/2001/04/xmlenc#
                                   20-xenc-schema.xsd">
  <EncryptionMethod Algorithm="foo"/>
  <ds:KeyInfo>
    <ds:KeyName>Joseph</ds:KeyName>
    <EncryptedKey>
      <EncryptionMethod Algorithm="foo"/>
      <CipherData>
        <CipherValue>VGVzdCENCg0K</CipherValue>
      </CipherData>
      <ReferenceList>
        <DataReference URI="foo"/>
        <KeyReference URI="foo"/>
      </ReferenceList>
    </EncryptedKey>
    <KeyRetrievalMethod URI="http://someKey"
     Type="http://www.w3.org/2001/04/xmlenc#EncryptedKey"/>
  </ds:KeyInfo>
  <CipherData><CipherValue>XVGVzdCENCg0K</CipherValue></CipherData>
</EncryptedData>
