Git init
[external/xmlsec1.git] / tests / merlin-xmlenc-five / encrypt-data-aes256-cbc-kw-tripledes.xml
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#aes256-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-tripledes" />
7       <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
8         <KeyName>bob</KeyName>
9       </KeyInfo>
10       <CipherData>
11         <CipherValue>
12           ZyJbVsjRM4MEsswwwHz57aUz1eMqZHuEIoEPGS47CcmLvhuCtlzWZ9S/WcVJZIpz
13         </CipherValue>
14       </CipherData>
15     </EncryptedKey>
16   </KeyInfo>
17   <CipherData>
18     <CipherValue>
19       Lp2ZWyJERT05icmHvWWbEtCCfmB2jvSlSclhS0oj3A3PU90aE6v+bFFQxrHw7VUd
20     </CipherValue>
21   </CipherData>
22 </EncryptedData>