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.10.1 lib/saml/elements/encrypted_assertion.rb
libsaml-2.10.0 lib/saml/elements/encrypted_assertion.rb
libsaml-2.9.0 lib/saml/elements/encrypted_assertion.rb
libsaml-2.8.1 lib/saml/elements/encrypted_assertion.rb
libsaml-2.8.0 lib/saml/elements/encrypted_assertion.rb
libsaml-2.7.0 lib/saml/elements/encrypted_assertion.rb
libsaml-2.6.9 lib/saml/elements/encrypted_assertion.rb
libsaml-2.6.8 lib/saml/elements/encrypted_assertion.rb
libsaml-2.6.7 lib/saml/elements/encrypted_assertion.rb
libsaml-2.6.6 lib/saml/elements/encrypted_assertion.rb
libsaml-2.6.4 lib/saml/elements/encrypted_assertion.rb
libsaml-2.6.2 lib/saml/elements/encrypted_assertion.rb
libsaml-2.6.1 lib/saml/elements/encrypted_assertion.rb
libsaml-2.6.0 lib/saml/elements/encrypted_assertion.rb
libsaml-2.5.2 lib/saml/elements/encrypted_assertion.rb
libsaml-2.5.1 lib/saml/elements/encrypted_assertion.rb
libsaml-2.5.0 lib/saml/elements/encrypted_assertion.rb
libsaml-2.4.7 lib/saml/elements/encrypted_assertion.rb
libsaml-2.4.6 lib/saml/elements/encrypted_assertion.rb
libsaml-2.4.5 lib/saml/elements/encrypted_assertion.rb