Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/asn1/gt/
H A DGTCertTokenRequest.php42 private $historyIdentifier; variable in GTCertTokenRequest
59 $sequence->add(new ASN1Integer($this->historyIdentifier));
79 return $this->historyIdentifier;
85 * @param string $historyIdentifier history identifier
88 public function setHistoryIdentifier($historyIdentifier) { argument
89 $this->historyIdentifier = $historyIdentifier;