Skip to content

Instantly share code, notes, and snippets.

@jamsea
Created September 23, 2014 19:35
Show Gist options
  • Save jamsea/d06fdb182916bbe7ca94 to your computer and use it in GitHub Desktop.
Save jamsea/d06fdb182916bbe7ca94 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<root>
<creditcard>
<number>19834209</number>
<expiry>02/02/2002</expiry>
</creditcard>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
<SignedInfo>
<CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />
<Reference URI="">
<Transforms>
<Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" />
</Transforms>
<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<DigestValue>e7jQRU4xmLaQmWVO9pVovhWSeGU=</DigestValue>
</Reference>
</SignedInfo>
<SignatureValue>b10P9qNBaxNRITy1rcnxJ8HJczT4nF15Jod9lJkJ3lDJyj/lO3X6EPX/TrOy6Ny/xBDD7XenzATEiVT7wWd3mLJIOoWWG5TEfVfH9Q8OuZUKUssa7LyEIHM6t2ppstilVjfYf586gKTbXbGnZdLEXmiAc7gkEY0CRx2K1v7ZPwA=</SignatureValue>
</Signature>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment