Sha256: f427d5f832282ab5c1ac06bdb69b5633d68fa14abb7b3b6a65fc2a50046abb55

Contents?: true

Size: 998 Bytes

Versions: 10

Compression:

Stored size: 998 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/2001/04/xmldsig-more#rsa-sha384"/>
      <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/2001/04/xmlenc#sha512"/>
        <ds:DigestValue></ds:DigestValue>
      </ds:Reference>
    </ds:SignedInfo>
    <ds:SignatureValue></ds:SignatureValue>
  </ds:Signature>
</foo:Foo>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
xmldsig-0.7.0 spec/fixtures/unsigned-sha384.xml
xmldsig-0.6.6 spec/fixtures/unsigned-sha384.xml
xmldsig-0.6.5 spec/fixtures/unsigned-sha384.xml
xmldsig-0.6.4 spec/fixtures/unsigned-sha384.xml
xmldsig-0.6.3 spec/fixtures/unsigned-sha384.xml
xmldsig-0.6.2 spec/fixtures/unsigned-sha384.xml
xmldsig-0.6.1 spec/fixtures/unsigned-sha384.xml
xmldsig-0.5.1 spec/fixtures/unsigned-sha384.xml
xmldsig-0.5.0 spec/fixtures/unsigned-sha384.xml
xmldsig-0.4.1 spec/fixtures/unsigned-sha384.xml