Sha256: 26170a551c1a881e67eacc0aa6da8655ded0a4c799626976620cbb8d76e1df14

Contents?: true

Size: 1.38 KB

Versions: 3

Compression:

Stored size: 1.38 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<PaymentInfo xmlns="http://example.org/paymentv2">
  <Name>John Smith</Name>
  <CreditCard Currency="USD" Limit="5,000">
    <Number><EncryptedData Id="ED" Type="http://www.w3.org/2001/04/xmlenc#Content" xmlns="http://www.w3.org/2001/04/xmlenc#">
              <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc"/>
              <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
                <EncryptedKey Id="EK" xmlns="http://www.w3.org/2001/04/xmlenc#">
                  <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#kw-aes192"/>
                  <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
                    <ds:KeyName>my-aes192-key</ds:KeyName>
                  </ds:KeyInfo>
                  <CipherData>
                    <CipherValue>PeDwjnCsg6xWzs3SmzUtc2nyUz28nGu7</CipherValue>
                  </CipherData>
                  <ReferenceList>
                    <DataReference URI="#ED"/>
                  </ReferenceList>
                </EncryptedKey>
              </ds:KeyInfo>
              <CipherData>
                <CipherValue>6hfMgI39JG5aIId4ZxZkXLGSGVcC7Wu4yOSdkC4H3NJ50pMdcZI2c38YoFHpFZFS</CipherValue>
              </CipherData>
            </EncryptedData></Number>
    <Issuer>Bank of the Internet</Issuer>
    <Expiration Time="04/02"/>
  </CreditCard>
</PaymentInfo>

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
xmlsec-shim-1.2.18.2 vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes128-kw-aes192.xml
xmlsec-shim-1.2.18.1 vendor/xmlsec1-1.2.18/tests/01-phaos-xmlenc-3/enc-text-aes128-kw-aes192.xml
java2ruby-xmldsig-0.2 lib/xml-security-1_4_5/data/com/phaos/phaos-xmlenc-3/enc-text-aes128-kw-aes192.xml