/**
  * 
  * @param unknown $issuecertid
  * @param string $user
  * @return true if exist 
  * 
  */
 public function testable_issue_file_exists($issuecert)
 {
     if (!parent::issue_file_exists($issuecert)) {
         debugging('Issued certificate pathnamehash=' . $issuecert->pathnamehash);
         return false;
     }
     return true;
 }