Searched refs:ASN1Integer (Results 1 – 12 of 12) sorted by relevance
74 if ($item instanceof ASN1Integer) {100 if (!$millis instanceof ASN1Integer) {126 if (!$micros instanceof ASN1Integer) {164 $sequence->add(new ASN1Integer($this->seconds));173 $tag->setObject(new ASN1Integer($this->millis));184 $tag->setObject(new ASN1Integer($this->micros));
93 if (!$version instanceof ASN1Integer) {118 if (!$serialNumber instanceof ASN1Integer) {152 } else if ($item instanceof ASN1Integer) {217 $sequence->add(new ASN1Integer((int) $this->version));220 $sequence->add(new ASN1Integer($this->serialNumber));232 $sequence->add(new ASN1Integer($this->nonce));
69 $sequence->add(new ASN1Integer($this->version));
58 $sequence->add(new ASN1Integer($this->version));59 $sequence->add(new ASN1Integer($this->historyIdentifier));
74 if (!$publicationIdentifier instanceof ASN1Integer) {99 $sequence->add(new ASN1Integer(new GTBigInteger($this->publicationIdentifier)));
73 if (!$version instanceof ASN1Integer) {106 $sequence->add(new ASN1Integer($this->version));
88 if (!$serialNumber instanceof ASN1Integer) {105 $sequence->add(new ASN1Integer(new GTBigInteger($this->serialNumber)));
85 if (!$version instanceof ASN1Integer) {197 $sequence->add(new ASN1Integer((int) $this->version));
82 if (!$version instanceof ASN1Integer) {186 $sequence->add(new ASN1Integer((int) $this->version));
32 * @see ASN1Integer
29 class ASN1Integer extends ASN1Object { class
261 $object = new ASN1Integer();