def attr_encrypted_encrypt(attribute, value)
      attr_encrypted_encrypted_attributes[attribute.to_sym][:operation] = :encrypting
      attr_encrypted_encrypted_attributes[attribute.to_sym][:value_present] = self.class.not_empty?(value)
      self.class.attr_encrypted_encrypt(attribute, value, evaluated_attr_encrypted_options_for(attribute))