File: signature-enveloping-rsa-c14n-1.txt

package info (click to toggle)
python-signxml 4.1.0%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 4,904 kB
  • sloc: xml: 9,822; python: 2,443; javascript: 57; makefile: 35; sh: 8
file content (8 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
<SignedInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
    <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"></CanonicalizationMethod>
    <SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"></SignatureMethod>
    <Reference URI="#object">
      <DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></DigestMethod>
      <DigestValue>7/XTsHaBSOnJ/jXD5v0zL6VKYsk=</DigestValue>
    </Reference>
  </SignedInfo>