Lines Matching refs:timestamp
84 * @param GTTimestamp $timestamp timestamp to be extended
88 public static function extend(GTTimestamp $timestamp, $verifierUrl) { argument
91 …$request->setHistoryIdentifier(new GTBigInteger($timestamp->getProperty(GTTimestamp::HISTORY_ID)));
115 $timestamp->extend($response);
134 * @param GTTimestamp $timestamp the timestamp to verify
141 …public static function verify(GTTimestamp $timestamp, GTDataHash $dataHash, $verifierUrl, GTPublic… argument
143 if (empty($timestamp)) {
161 $extendable = $timestamp->isExtendable($publicationsFile);
170 …$request->setHistoryIdentifier(new GTBigInteger($timestamp->getProperty(GTTimestamp::HISTORY_ID)));
227 $timestamp->extend($response);
241 $gtResult = $timestamp->verify($dataHash, $publicationsFile);
291 $gtResult = $timestamp->verify($dataHash, $publicationsFile);