Sha256: 6e5d7d2d47231cd3457cde530ebf2be6e739e9a0fbb29ff08257688620da40d4
Contents?: true
Size: 356 Bytes
Versions: 14
Compression:
Stored size: 356 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
14 entries across 14 versions & 1 rubygems