summaryrefslogtreecommitdiff
path: root/tests/aleksey-xmlenc-01/enc-aes128cbc-keyname.tmpl
blob: ac1a0dee59f9d7e584001cff1bd587b8dc8b1caf (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" MimeType="text/plain">
  <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc" />
  <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
     <KeyName>test-aes128</KeyName>
  </KeyInfo>   
  <CipherData>
     <CipherValue>
     </CipherValue>
  </CipherData>
</EncryptedData>