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