/**
  * @todo verify this is needed in base class
  * @param bool $is_encrypted
  */
 function set_encrypted($is_encrypted)
 {
     $this->_parent->set_encrypted($is_encrypted);
 }