Home
last modified time | relevance | path

Searched refs:publicationId (Results 1 – 4 of 4) sorted by relevance

/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php190 $publicationId = self::getPublicationId($publicationString);
192 if ($this->getPublicationById($publicationId) == $publicationString) {
231 * @param int $publicationId publication id
234 public function getPublicationById($publicationId) { argument
247 if ($id > $publicationId) {
251 } else if ($id < $publicationId) {
H A DGTHashChain.php276 * @param string $publicationId history ID corresponding to the root of the
281 public function computeHistoryId($publicationId) { argument
283 $N = $publicationId->add(new GTBigInteger(1));
H A DGTTimestamp.php306 … $publicationId = new GTBigInteger($timeSignature->getPublishedData()->getPublicationIdentifier());
311 $historyId = $historyChain->computeHistoryId($publicationId);
325 $this->properties[self::PUBLICATION_ID] = $publicationId->getValue();
326 … $this->properties[self::PUBLICATION_TIME] = GTUtil::formatTime($publicationId->getValue(), 'UTC');
H A DGTVerifier.php64 $publicationId = new GTBigInteger(
69 $historyId = $historyChain->computeHistoryId($publicationId);