Sha256: dda930546f67885cade7ebfa0b5446db8c87be6f0234e74b132c36133fc476a0

Contents?: true

Size: 531 Bytes

Versions: 16

Compression:

Stored size: 531 Bytes

Contents

module Saml
  module Kit
    module Builders
      # {include:file:lib/saml/kit/builders/templates/encrypted_assertion.builder}
      class EncryptedAssertion
        include XmlTemplatable
        extend Forwardable

        attr_reader :assertion
        def_delegators :@response_builder, :configuration, :encryption_certificate

        def initialize(response_builder, assertion)
          @response_builder = response_builder
          @assertion = assertion
          @encrypt = true
        end
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
saml-kit-1.0.9 lib/saml/kit/builders/encrypted_assertion.rb
saml-kit-1.0.8 lib/saml/kit/builders/encrypted_assertion.rb
saml-kit-1.0.7 lib/saml/kit/builders/encrypted_assertion.rb
saml-kit-1.0.6 lib/saml/kit/builders/encrypted_assertion.rb
saml-kit-1.0.5 lib/saml/kit/builders/encrypted_assertion.rb
saml-kit-1.0.4 lib/saml/kit/builders/encrypted_assertion.rb
saml-kit-1.0.3 lib/saml/kit/builders/encrypted_assertion.rb
saml-kit-1.0.2 lib/saml/kit/builders/encrypted_assertion.rb
saml-kit-1.0.1 lib/saml/kit/builders/encrypted_assertion.rb
saml-kit-1.0.0 lib/saml/kit/builders/encrypted_assertion.rb
saml-kit-0.3.6 lib/saml/kit/builders/encrypted_assertion.rb
saml-kit-0.3.5 lib/saml/kit/builders/encrypted_assertion.rb
saml-kit-0.3.4 lib/saml/kit/builders/encrypted_assertion.rb
saml-kit-0.3.3 lib/saml/kit/builders/encrypted_assertion.rb
saml-kit-0.3.2 lib/saml/kit/builders/encrypted_assertion.rb
saml-kit-0.3.1 lib/saml/kit/builders/encrypted_assertion.rb