Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/asn1/gt/
H A DGTPublishedData.php44 private $publicationIdentifier; variable in GTPublishedData
72 $publicationIdentifier = $object->getObjectAt(0);
74 if (!$publicationIdentifier instanceof ASN1Integer) {
84 $this->publicationIdentifier = $publicationIdentifier->getValue();
99 $sequence->add(new ASN1Integer(new GTBigInteger($this->publicationIdentifier)));
112 $int = new GTBigInteger($this->publicationIdentifier);
136 return $this->publicationIdentifier;