示例#1
0
 public function getIst()
 {
     if ($this->_file->exists() && $this->getSignatureType() !== 'gpg' && $this->_file->canVerify()) {
         return $this->_file->getRealHash($this->getHashType());
     } else {
         return null;
     }
 }