Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/tsp/
H A DGTHashAlgorithm.php59 private $gtid; variable in GTHashAlgorithm
67 * @param int $gtid algorithm GuardTime ID
70 private function __construct($name, $oid, $gtid, $length) { argument
74 $this->gtid = $gtid;
105 return $this->gtid;
180 * @param int $gtid algorithm GTID
183 public static function getByGtid($gtid) { argument
185 if (!is_integer($gtid)) {
186 $gtid = (int) $gtid;
190 if ($algorithm->getGtid() === $gtid) {
[all …]