Git init
[external/xmlsec1.git] / tests / 01-phaos-xmlenc-3 / enc-content-3des-kw-aes192.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#tripledes-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-aes192"/>
10           <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
11             <ds:KeyName>my-aes192-key</ds:KeyName>
12           </ds:KeyInfo>
13           <CipherData>
14             <CipherValue>5+GpVUQNTAT3uY8pPedEg/PpftiX+fJsTCun+fgmIz0=</CipherValue>
15           </CipherData>
16           <ReferenceList>
17             <DataReference URI="#ED"/>
18           </ReferenceList>
19         </EncryptedKey>
20       </ds:KeyInfo>
21       <CipherData>
22         <CipherValue>
23           QBWlf/iYDXKbBWf0Pu3Bgzt5oLBwIs4NKPb/I0SxDYVnDc34i7tZG5UzHlztsWlX
24           udfbIW9l7k5WVdy9bfXZWrp6sXamBedUQTrr+z4v4u2jWaUyqEioLe7h36QeoU23
25           QvkOzRO9AiWm/QCCzePZ3Frp4LM9lXOE
26         </CipherValue>
27       </CipherData>
28     </EncryptedData>
29   </CreditCard>
30 </PaymentInfo>