Sha256: 57c4713fab9e6b2a86bb93251d8a26355ae5378bee022d3ac1b36b5fd05304ef
Contents?: true
Size: 359 Bytes
Versions: 10
Compression:
Stored size: 359 Bytes
Contents
module Saml module Elements class Signature class DigestMethod include Saml::Base tag "DigestMethod" namespace 'ds' attribute :algorithm, String, :tag => "Algorithm" def initialize(*args) @algorithm = Saml::Config.digest_algorithm super(*args) end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems