# File lib/chef/encrypted_data_bag_item.rb, line 172
      def encrypted_bytes
        Base64.decode64(@encrypted_data)
      end