Git init
[external/xmlsec1.git] / tests / 01-phaos-xmlenc-3 / enc-content-aes128-kw-3des.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <PaymentInfo xmlns="http://example.org/paymentv2">
3   <Name>John Smith</Name>
4   <CreditCard Currency="USD" Limit="5,000">
5     <EncryptedData Id="ED" Type="http://www.w3.org/2001/04/xmlenc#Content" xmlns="http://www.w3.org/2001/04/xmlenc#">
6       <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc"/>
7       <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
8         <EncryptedKey Id="EK" xmlns="http://www.w3.org/2001/04/xmlenc#">
9           <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#kw-tripledes"/>
10           <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
11             <ds:KeyName>my-3des-key</ds:KeyName>
12           </ds:KeyInfo>
13           <CipherData>
14             <CipherValue>/PZvvn42E9dmMUZ8KCY6B5XtLaaIaG4X5YNDwgV5Vlo=</CipherValue>
15           </CipherData>
16           <ReferenceList>
17             <DataReference URI="#ED"/>
18           </ReferenceList>
19         </EncryptedKey>
20       </ds:KeyInfo>
21       <CipherData>
22         <CipherValue>
23            rINpr0HonGcKnnf/vYx8N3gnd+1rb+zwH1vnfjyt+bOoSU72w/QqniT71/GxtFFx
24            gwE0/arABVa1r8/PMRerWqyParMnpwIRq6dzQHKb5SqiqFEYPRZhytTGZFXN39oG
25            YZkSINOli5paMwTWrq6hDSPRozKvfEqhuI0VgZU4OLM=
26         </CipherValue>
27       </CipherData>
28     </EncryptedData>
29   </CreditCard>
30 </PaymentInfo>