github.com/crewjam/saml@v0.4.14/xmlenc/corpus/encrypt-content-aes256-cbc-prop.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 Id="Payment">
    18      <EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#" Id="encrypt-data-0" Type="http://www.w3.org/2001/04/xmlenc#Content">
    19        <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes256-cbc" />
    20        <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
    21          <KeyName>jed</KeyName>
    22        </KeyInfo>
    23        <CipherData>
    24          <CipherValue>
    25            H8n1OuEJFyUgUguDFF6ml8nRbA0IaDYgmtGelWT4V7CSz9q/AvtfxyMzUH+tQZ+F
    26            jyXh3otR1+V1+8EsevzEq5nUmNKl+wyxQmWaUvbvXpSwAJnlJdyvnP56JiXUBS+p
    27            C2KzlO9kk8l6awtuRd9Z6eVjngwTf7kNprmu5Bv0o+x7dcq96G8wGLvMThbs4uxk
    28            iIDK5+qGBzzIlFw3GG82MKmnVBveQw3LD52y76yBtoayuAJFJMnrXa0OEAaBRSI2
    29            fjPNGJV3sCyKZDHqGlsQ4X+VvXzevLbBLkFy1xH9/zoUXo8cEaTvsIOBYu/Xn/CJ
    30            y/dpe/dvOqqji+9vFccAyrBHxHeYSonuFsxfpSDVC6Y=
    31          </CipherValue>
    32        </CipherData>
    33        <EncryptionProperties>
    34          <EncryptionProperty Target="#encrypt-data-0">
    35            <Certification xmlns="urn:example:prop">
    36              certifiable
    37            </Certification>
    38          </EncryptionProperty>
    39        </EncryptionProperties>
    40      </EncryptedData>
    41    </PaymentInfo>
    42  </PurchaseOrder>