Git init
[external/xmlsec1.git] / tests / aleksey-xmlenc-01 / enc-des3cbc-aes192-keyname.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#tripledes-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#aes192-cbc" />
7         <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
8             <KeyName>test-aes192</KeyName>
9         </KeyInfo>   
10         <CipherData><CipherValue /></CipherData>
11     </EncryptedKey>
12   </KeyInfo>   
13   <CipherData>
14      <CipherValue />
15   </CipherData>
16 </EncryptedData>