# File lib/chef/encrypted_data_bag_item.rb, line 99 def initialize(encrypted_data, key) @encrypted_data = encrypted_data @key = key end