Lines Matching refs:gtid
59 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) {
195 throw new GTException("Unsupported hash algorithm gtid: {$gtid}");