Git init
[external/xmlsec1.git] / tests / aleksey-xmlenc-01 / enc-aes128cbc-keyname.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#aes128-cbc"/>
4   <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
5      <KeyName>test-aes128</KeyName>
6   </KeyInfo>   
7   <CipherData>
8     <CipherValue>
9         432rJLM0EzSdHa3cWLfs3U83HBztt3Ic39z8CNByrpo=
10     </CipherValue>
11   </CipherData>
12 </EncryptedData>