1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3XML Security Library example: Encrypted XML file (encrypt2 example).
4-->
5<EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" Type="http://www.w3.org/2001/04/xmlenc#Element">
6<EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
7<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
8<KeyName>deskey.bin</KeyName>
9</KeyInfo>
10<CipherData>
11<CipherValue>WXlDyktaADlUe+PywKwS3KdKlahCteEKxi/hRlHcXNQlGwNGrYKy8aQ6dLtX1bKg
12IgL/XoAQN3B27zD91b1ZLGh6QQ9CjnVD98+hYJ9TPp4piPnII4vGUA==</CipherValue>
13</CipherData>
14</EncryptedData>
15