Git init
[external/xmlsec1.git] / tests / merlin-xmlenc-five / encrypt-data-aes192-cbc-kw-aes256.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#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           4AAgyi3M7xNdBimbQZKdGJLn3/cS4Yv8QKuA01+gUnY=
13         </CipherValue>
14       </CipherData>
15     </EncryptedKey>
16   </KeyInfo>
17   <CipherData>
18     <CipherValue>
19       50lv94d/DFJirJXYOUXaBlrO+7gIXpx8cqH+G2xvE4mueoIxmGs8RH7FBXwjuMgf
20     </CipherValue>
21   </CipherData>
22 </EncryptedData>