Git init
[external/xmlsec1.git] / tests / 01-phaos-xmlenc-3 / enc-element-3des-kw-3des.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <PaymentInfo xmlns="http://example.org/paymentv2">
3   <Name>John Smith</Name>
4   <EncryptedData Id="ED" Type="http://www.w3.org/2001/04/xmlenc#Element" xmlns="http://www.w3.org/2001/04/xmlenc#">
5     <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
6     <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
7       <EncryptedKey Id="EK" xmlns="http://www.w3.org/2001/04/xmlenc#">
8         <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#kw-tripledes"/>
9         <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
10           <ds:KeyName>my-tripledes-key</ds:KeyName>
11         </ds:KeyInfo>
12         <CipherData>
13           <CipherValue>HgVuHoXxBQWD9fvi0gt9TanywZ5lJokM/12fcMG6gRoMjsCPulH+4A==</CipherValue>
14         </CipherData>
15         <ReferenceList>
16           <DataReference URI="#ED"/>
17         </ReferenceList>
18       </EncryptedKey>
19     </ds:KeyInfo>
20     <CipherData>
21       <CipherValue>
22         yUMIHkj5EETckjZ59fpda4+m4YLCrkJsnuRz+Q3e5sP+VvHKRH1kdeGkXw3kYURV
23         JM3nQjGl2egW80oUxSykQD2F9iDoIjNhLSgIbyuse64oo/5/v9IiaUpSvrAocwLP
24         AzFIUmOrxmIagAkRGDOeMR8tdHLD6g84dQj4O/aGfwhL/2wUo/l+7onrbmsd6pVI
25         fjNyvXm+eITuyUnkDTHrCR+dfb2sHaQ3g3McgyfP6ZjI/L50SPJZ/w==
26       </CipherValue>
27     </CipherData>
28   </EncryptedData>
29 </PaymentInfo>