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