Sha256: 6aff053bd0bfb1a4cfd5071d3c07450bb9c2f1b6e53e8fda029c39e71343f529

Contents?: true

Size: 400 Bytes

Versions: 87

Compression:

Stored size: 400 Bytes

Contents

module Saml
  module Elements
    class EncryptedAttribute
      include Saml::Base

      tag "EncryptedAttribute"

      register_namespace "saml", Saml::SAML_NAMESPACE
      namespace "saml"

      element :encrypted_data, Xmlenc::Builder::EncryptedData

      has_many :encrypted_keys, Xmlenc::Builder::EncryptedKey, xpath: "./"

      validates :encrypted_data, presence: true
    end
  end
end

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
libsaml-2.22.2 lib/saml/elements/encrypted_attribute.rb
libsaml-2.22.1 lib/saml/elements/encrypted_attribute.rb
libsaml-2.22.0 lib/saml/elements/encrypted_attribute.rb
libsaml-2.21.3 lib/saml/elements/encrypted_attribute.rb
libsaml-2.21.2 lib/saml/elements/encrypted_attribute.rb
libsaml-2.21.1 lib/saml/elements/encrypted_attribute.rb
libsaml-2.21.0 lib/saml/elements/encrypted_attribute.rb
libsaml-2.20.6 lib/saml/elements/encrypted_attribute.rb
libsaml-2.20.5 lib/saml/elements/encrypted_attribute.rb
libsaml-2.20.4 lib/saml/elements/encrypted_attribute.rb
libsaml-2.20.3 lib/saml/elements/encrypted_attribute.rb
libsaml-2.20.2 lib/saml/elements/encrypted_attribute.rb
libsaml-2.20.1 lib/saml/elements/encrypted_attribute.rb
libsaml-2.20.0 lib/saml/elements/encrypted_attribute.rb
libsaml-2.19.10 lib/saml/elements/encrypted_attribute.rb
libsaml-2.19.9 lib/saml/elements/encrypted_attribute.rb
libsaml-2.19.8 lib/saml/elements/encrypted_attribute.rb
libsaml-2.19.7 lib/saml/elements/encrypted_attribute.rb
libsaml-2.19.5 lib/saml/elements/encrypted_attribute.rb
libsaml-2.19.6 lib/saml/elements/encrypted_attribute.rb