Git init
[external/xmlsec1.git] / tests / merlin-xmlenc-five / encrypt-data-aes192-cbc-kw-aes256.tmpl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" MimeType="text/plain">
3   <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes192-cbc" />
4   <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
5     <EncryptedKey xmlns="http://www.w3.org/2001/04/xmlenc#">
6       <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#kw-aes256" />
7       <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
8         <KeyName>jed</KeyName>
9       </KeyInfo>
10       <CipherData>
11         <CipherValue>
12         </CipherValue>
13       </CipherData>
14     </EncryptedKey>
15   </KeyInfo>
16   <CipherData>
17     <CipherValue>
18     </CipherValue>
19   </CipherData>
20 </EncryptedData>