Sha256: 0b6c2b3801932dc17c764cbb085156c4c83e2e652a36e34ae5af7189382764ad

Contents?: true

Size: 386 Bytes

Versions: 37

Compression:

Stored size: 386 Bytes

Contents

module Saml
  module Elements
    class EncryptedAssertion
      include Saml::Base

      tag "EncryptedAssertion"

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

      element :encrypted_data, Xmlenc::Builder::EncryptedData

      has_many :encrypted_keys, Xmlenc::Builder::EncryptedKey

      validates :encrypted_data, presence: true
    end
  end
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
libsaml-2.4.4 lib/saml/elements/encrypted_assertion.rb
libsaml-2.4.3 lib/saml/elements/encrypted_assertion.rb
libsaml-2.4.2 lib/saml/elements/encrypted_assertion.rb
libsaml-2.4.1 lib/saml/elements/encrypted_assertion.rb
libsaml-2.3.2 lib/saml/elements/encrypted_assertion.rb
libsaml-2.3.1 lib/saml/elements/encrypted_assertion.rb
libsaml-2.2.3 lib/saml/elements/encrypted_assertion.rb
libsaml-2.2.2 lib/saml/elements/encrypted_assertion.rb
libsaml-2.2.1 lib/saml/elements/encrypted_assertion.rb
libsaml-2.1.9 lib/saml/elements/encrypted_assertion.rb
libsaml-2.1.8 lib/saml/elements/encrypted_assertion.rb
libsaml-2.1.7 lib/saml/elements/encrypted_assertion.rb
libsaml-2.1.6 lib/saml/elements/encrypted_assertion.rb
libsaml-2.1.5 lib/saml/elements/encrypted_assertion.rb
libsaml-2.1.4 lib/saml/elements/encrypted_assertion.rb
libsaml-2.1.3 lib/saml/elements/encrypted_assertion.rb
libsaml-2.1.2 lib/saml/elements/encrypted_assertion.rb