Sha256: 490dde02a180619e44e30d74bbf12dc21330df9354667b909638afd3e5846fba

Contents?: true

Size: 819 Bytes

Versions: 11

Compression:

Stored size: 819 Bytes

Contents

module Xml
  module Kit
    module Namespaces
      CANONICALIZATION = "http://www.w3.org/2001/10/xml-exc-c14n#"
      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

11 entries across 11 versions & 1 rubygems

Version Path
xml-kit-0.1.11 lib/xml/kit/namespaces.rb
xml-kit-0.1.10 lib/xml/kit/namespaces.rb
xml-kit-0.1.9 lib/xml/kit/namespaces.rb
xml-kit-0.1.8 lib/xml/kit/namespaces.rb
xml-kit-0.1.7 lib/xml/kit/namespaces.rb
xml-kit-0.1.6 lib/xml/kit/namespaces.rb
xml-kit-0.1.5 lib/xml/kit/namespaces.rb
xml-kit-0.1.4 lib/xml/kit/namespaces.rb
xml-kit-0.1.3 lib/xml/kit/namespaces.rb
xml-kit-0.1.2 lib/xml/kit/namespaces.rb
xml-kit-0.1.1 lib/xml/kit/namespaces.rb