github.com/crewjam/saml@v0.4.14/xmlenc/corpus/encrypt-content-aes128-cbc-kw-aes192.xml (about) 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE test [ 3 <!ATTLIST PaymentInfo Id ID #IMPLIED> 4 ]> 5 <PurchaseOrder xmlns="urn:example:po"> 6 <Items> 7 <Item Code="001-001-001" Quantity="1"> 8 spade 9 </Item> 10 <Item Code="001-001-002" Quantity="1"> 11 shovel 12 </Item> 13 </Items> 14 <ShippingAddress> 15 Dig PLC, 1 First Ave, Dublin 1, Ireland 16 </ShippingAddress> 17 <PaymentInfo> 18 <EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" Type="http://www.w3.org/2001/04/xmlenc#Content"> 19 <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc" /> 20 <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> 21 <EncryptedKey xmlns="http://www.w3.org/2001/04/xmlenc#"> 22 <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#kw-aes192" /> 23 <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> 24 <KeyName>jeb</KeyName> 25 </KeyInfo> 26 <CipherData> 27 <CipherValue> 28 IbjZH7Mq564oMybpvCHWYM/5ER3eFsAV 29 </CipherValue> 30 </CipherData> 31 </EncryptedKey> 32 </KeyInfo> 33 <CipherData> 34 <CipherValue> 35 YDYTxR+smxZDSVoXXEp3n6HzTgWqV7ZlG6I1lmEv7zLGZBF/o7eqe5QGT6L3DPNW 36 geflA8vVJHxwliixWcvHCnNKQkx+Sw8YbIknCQyr4mqtXEmHhsie5XYTEyqgKLVP 37 YdNXf56wLUTMEmBqq7cto9OrYcBWkrDcQQvHmDkHuG+Nom4m+623GsB0FNts6VyN 38 sdGMwo4K0bEFReLL04l6It+cgLJ2q+LKdBoMQL59IAQmrwi0bkiqee2cLlDuGyQ1 39 KD9IQ1qtlJpvQujN4xNVWT00UjtWxmpSMID/Kue/AnXn7Cf8zw1ZZQitgh8uWOX2 40 uMy99F2YlxqIK1r+MeXHuZDNf75S8dFaKIKtHMf7ioA= 41 </CipherValue> 42 </CipherData> 43 </EncryptedData> 44 </PaymentInfo> 45 </PurchaseOrder>