Searched refs:gtid (Results 1 – 1 of 1) sorted by relevance
59 private $gtid; variable in GTHashAlgorithm67 * @param int $gtid algorithm GuardTime ID70 private function __construct($name, $oid, $gtid, $length) { argument74 $this->gtid = $gtid;105 return $this->gtid;180 * @param int $gtid algorithm GTID183 public static function getByGtid($gtid) { argument185 if (!is_integer($gtid)) {186 $gtid = (int) $gtid;190 if ($algorithm->getGtid() === $gtid) {[all …]