Sha256: 74b159f4ea28777394f7b682d8873b8e711421601037ce79e6ff63da4a36df70

Contents?: true

Size: 752 Bytes

Versions: 1

Compression:

Stored size: 752 Bytes

Contents

module Xml
  module Kit
    module Namespaces
      ENVELOPED_SIG = "http://www.w3.org/2000/09/xmldsig#enveloped-signature"
      RSA_SHA1 = "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
      RSA_SHA256 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
      RSA_SHA384 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha384"
      RSA_SHA512 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"
      SHA1 = "http://www.w3.org/2000/09/xmldsig#sha1"
      SHA256 = 'http://www.w3.org/2001/04/xmlenc#sha256'
      SHA384 = "http://www.w3.org/2001/04/xmldsig-more#sha384"
      SHA512 = 'http://www.w3.org/2001/04/xmlenc#sha512'
      XMLDSIG = "http://www.w3.org/2000/09/xmldsig#"
      XMLENC = "http://www.w3.org/2001/04/xmlenc#"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xml-kit-0.1.0 lib/xml/kit/namespaces.rb