Home
last modified time | relevance | path

Searched refs:gtResult (Results 1 – 2 of 2) sorted by path

/plugin/gtime/gtlib/http/
H A DGTHttpClient.php233 $gtResult = new GTVerificationResult();
234 $gtResult->updateErrors(GTVerificationResult::SYNTACTIC_CHECK_FAILURE);
236 $result->setGtResult($gtResult);
241 $gtResult = $timestamp->verify($dataHash, $publicationsFile);
243 $result->setGtResult($gtResult);
291 $gtResult = $timestamp->verify($dataHash, $publicationsFile);
293 $result->setGtResult($gtResult);
/plugin/gtime/gtlib/tsp/
H A DGTVerificationResultHttp.php190 private $gtResult = null; variable in GTVerificationResultHttp
195 * @param GTVerificationResult $gtResult timestamp verification result
198 public function setGtResult(GTVerificationResult $gtResult) { argument
199 $this->gtResult = $gtResult;
208 return $this->gtResult;
225 if ($this->gtResult === null) {
229 return $this->gtResult->isValid();