Sha256: c036e09199ff5f6e3f2332ad36cbcfa6ad2dc74b58ccb75d98841af80af66aaf

Contents?: true

Size: 667 Bytes

Versions: 11

Compression:

Stored size: 667 Bytes

Contents

xml.Signature "xmlns" => Saml::Kit::Namespaces::XMLDSIG do
  xml.SignedInfo do
    xml.CanonicalizationMethod Algorithm: "http://www.w3.org/2001/10/xml-exc-c14n#"
    xml.SignatureMethod Algorithm: signature_method
    xml.Reference URI: "##{reference_id}" do
      xml.Transforms do
        xml.Transform Algorithm: "http://www.w3.org/2000/09/xmldsig#enveloped-signature"
        xml.Transform Algorithm: "http://www.w3.org/2001/10/xml-exc-c14n#"
      end
      xml.DigestMethod Algorithm: digest_method
      xml.DigestValue ""
    end
  end
  xml.SignatureValue ""
  xml.KeyInfo do
    xml.X509Data do
      xml.X509Certificate x509_certificate
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
saml-kit-0.2.13 lib/saml/kit/builders/templates/xml_signature.builder
saml-kit-0.2.12 lib/saml/kit/builders/templates/xml_signature.builder
saml-kit-0.2.11 lib/saml/kit/builders/templates/xml_signature.builder
saml-kit-0.2.10 lib/saml/kit/builders/templates/xml_signature.builder
saml-kit-0.2.9 lib/saml/kit/builders/templates/xml_signature.builder
saml-kit-0.2.8 lib/saml/kit/builders/templates/xml_signature.builder
saml-kit-0.2.7 lib/saml/kit/builders/templates/xml_signature.builder
saml-kit-0.2.6 lib/saml/kit/builders/templates/xml_signature.builder
saml-kit-0.2.5 lib/saml/kit/builders/templates/xml_signature.builder
saml-kit-0.2.4 lib/saml/kit/builders/templates/xml_signature.builder
saml-kit-0.2.3 lib/saml/kit/builders/templates/xml_signature.builder