# File lib/chef/encrypted_data_bag_item.rb, line 109
      def encrypted_bytes
        Base64.decode64(@encrypted_data["encrypted_data"])
      end