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