Home
last modified time | relevance | path

Searched refs:GTTimestamp (Results 1 – 3 of 3) sorted by relevance

/plugin/gtime/action/
H A Dtimestamp.php289 $timestamp = GTTimestamp::load($INFO['filepath'].".gtts");
333 {$mylang['pagesign']} {$timestamp->getProperty(GTTimestamp::REGISTERED_TIME)}
353 <td>{$timestamp->getProperty(GTTimestamp::REGISTERED_TIME)}</td>
358 <td>{$timestamp->getProperty(GTTimestamp::PUBLICATION)}</td>
363 <td>{$timestamp->getProperty(GTTimestamp::PUBLICATION_TIME)}</td>
368 <td>{$timestamp->getProperty(GTTimestamp::ISSUER_NAME)}</td>
373 <td>{$timestamp->getProperty(GTTimestamp::POLICY_ID)}</td>
383 <td>{$timestamp->getProperty(GTTimestamp::HASHED_MESSAGE)}</td>
/plugin/gtime/gtlib/http/
H A DGTHttpClient.php40 * @return GTTimestamp a newly created short-term (signed) timestamp
76 return new GTTimestamp($response->getToken());
84 * @param GTTimestamp $timestamp timestamp to be extended
88 public static function extend(GTTimestamp $timestamp, $verifierUrl) {
91 …$request->setHistoryIdentifier(new GTBigInteger($timestamp->getProperty(GTTimestamp::HISTORY_ID)));
134 * @param GTTimestamp $timestamp the timestamp to verify
141 …public static function verify(GTTimestamp $timestamp, GTDataHash $dataHash, $verifierUrl, GTPublic…
170 …$request->setHistoryIdentifier(new GTBigInteger($timestamp->getProperty(GTTimestamp::HISTORY_ID)));
/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php41 class GTTimestamp implements ASN1DEREncodable { class
564 * @return GTTimestamp loaded timestamp
573 return new GTTimestamp($content);