Git init
[external/xmlsec1.git] / examples / encrypt1-tmpl.xml
1 <?xml version="1.0"?>
2 <!-- 
3 XML Security Library example: Simple encryption template file for encrypt1 example. 
4 -->
5 <EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#">
6     <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
7     <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
8         <KeyName/>
9     </KeyInfo>   
10     <CipherData>
11         <CipherValue></CipherValue>
12     </CipherData>
13 </EncryptedData>