Git init
[external/xmlsec1.git] / tests / 01-phaos-xmlenc-3 / enc-content-aes192-kw-aes256.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#aes192-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-aes256"/>
10           <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
11             <ds:KeyName>my-aes256-key</ds:KeyName>
12           </ds:KeyInfo>
13           <CipherData>
14             <CipherValue>IbnoS1cvuIFIGB46jj1V1FGftc92irrCwcC7BoBvxwQ=</CipherValue>
15           </CipherData>
16           <ReferenceList>
17             <DataReference URI="#ED"/>
18           </ReferenceList>
19         </EncryptedKey>
20       </ds:KeyInfo>
21       <CipherData>
22         <CipherValue>
23           /RDTbL2ce9Ca+2GS0FLJbFMXcpEvDLlW5RnpeKLe+pIO1lNpxsi40/tsqCVauD66
24           FOCaXkKPcQYaeHVtD4jnE/OHZYFVJ8zS8z4I7nDg44R1e9ZJ9xN3kAEub1T2MdeK
25           SVxPrhksHOWTwxFbPul9YRaNsrmi9a0XN4ggudJu+Rw=
26         </CipherValue>
27       </CipherData>
28     </EncryptedData>
29   </CreditCard>
30 </PaymentInfo>