Git init
[external/xmlsec1.git] / tests / merlin-xmlenc-five / encrypt-data-aes128-cbc.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#aes128-cbc" />
4   <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
5     <KeyName>job</KeyName>
6   </KeyInfo>
7   <CipherData>
8     <CipherValue>
9     </CipherValue>
10   </CipherData>
11 </EncryptedData>