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