Sha256: b809ec86cd6dff2681b518daa6acdf52861885bcc5a87b66c9d98681322d5818
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE test [ <!ATTLIST EncryptedKey Id ID #IMPLIED> ]> <PurchaseOrder xmlns="urn:example:po"> <Items> <Item Code="001-001-001" Quantity="1"> spade </Item> <Item Code="001-001-002" Quantity="1"> shovel </Item> </Items> <ShippingAddress> Dig PLC, 1 First Ave, Dublin 1, Ireland </ShippingAddress> <PaymentInfo> <BillingAddress> Dig PLC, 1 First Ave, Dublin 1, Ireland </BillingAddress> <CreditCard Type="Amex"> <Name>Foo B Baz</Name> <Number>1234 567890 12345</Number> <Expires Month="1" Year="2005"/> </CreditCard> </PaymentInfo> <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> <EncryptedKey xmlns="http://www.w3.org/2001/04/xmlenc#" Id="encrypt-key-0"> <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#kw-aes256"/> <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> <KeyName>jed</KeyName> </KeyInfo> <CipherData> <CipherValue> bsL63D0hPN6EOyzdgfEmKsAAvoJiGM+Wp9a9KZM92IKdl7s3YSntRg== </CipherValue> </CipherData> </EncryptedKey> </KeyInfo> </PurchaseOrder>
Version data entries
2 entries across 2 versions & 1 rubygems