Sha256: ee76db608ef876bcdf8404a7faec5d61d0eb7bc85f28d04b19584726a1993062

Contents?: true

Size: 990 Bytes

Versions: 48

Compression:

Stored size: 990 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<foo:Foo ID="foo" xmlns:foo="http://example.com/foo#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#">
  <foo:Bar>bar</foo:Bar>
  <ds:Signature>
    <ds:SignedInfo>
      <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
      <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
      <ds:Reference URI="#foo">
        <ds:Transforms>
          <ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
          <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#">
            <ec:InclusiveNamespaces PrefixList="foo"/>
          </ds:Transform>
        </ds:Transforms>
        <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
        <ds:DigestValue></ds:DigestValue>
      </ds:Reference>
    </ds:SignedInfo>
    <ds:SignatureValue></ds:SignatureValue>
  </ds:Signature>
</foo:Foo>

Version data entries

48 entries across 32 versions & 2 rubygems

Version Path
xmldsig-0.7.0 spec/fixtures/unsigned-xmlenc-sha1.xml
xmldsig-0.7.0 spec/fixtures/unsigned-sha1.xml
xmldsig-0.7.0 spec/fixtures/unsigned/digest_sha1.xml
xmldsig-0.6.6 spec/fixtures/unsigned/digest_sha1.xml
xmldsig-0.6.6 spec/fixtures/unsigned-xmlenc-sha1.xml
xmldsig-0.6.6 spec/fixtures/unsigned-sha1.xml
xmldsig-0.6.5 spec/fixtures/unsigned-xmlenc-sha1.xml
xmldsig-0.6.5 spec/fixtures/unsigned-sha1.xml
xmldsig-0.6.5 spec/fixtures/unsigned/digest_sha1.xml
xmldsig-0.6.4 spec/fixtures/unsigned-xmlenc-sha1.xml
xmldsig-0.6.4 spec/fixtures/unsigned/digest_sha1.xml
xmldsig-0.6.4 spec/fixtures/unsigned-sha1.xml
xmldsig-0.6.3 spec/fixtures/unsigned-sha1.xml
xmldsig-0.6.3 spec/fixtures/unsigned-xmlenc-sha1.xml
xmldsig-0.6.3 spec/fixtures/unsigned/digest_sha1.xml
xmldsig-0.6.2 spec/fixtures/unsigned/digest_sha1.xml
xmldsig-0.6.2 spec/fixtures/unsigned-xmlenc-sha1.xml
xmldsig-0.6.2 spec/fixtures/unsigned-sha1.xml
xmldsig-0.6.1 spec/fixtures/unsigned-sha1.xml
xmldsig-0.6.1 spec/fixtures/unsigned/digest_sha1.xml