Home
last modified time | relevance | path

Searched refs:ASN1Integer (Results 1 – 12 of 12) sorted by last modified time

/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignerInfo.php82 if (!$version instanceof ASN1Integer) {
186 $sequence->add(new ASN1Integer((int) $this->version));
H A DCMSIssuerAndSerialNumber.php88 if (!$serialNumber instanceof ASN1Integer) {
105 $sequence->add(new ASN1Integer(new GTBigInteger($this->serialNumber)));
H A DCMSSignedData.php85 if (!$version instanceof ASN1Integer) {
197 $sequence->add(new ASN1Integer((int) $this->version));
/plugin/gtime/gtlib/asn1/gt/
H A DGTVerificationRequest.php73 if (!$version instanceof ASN1Integer) {
106 $sequence->add(new ASN1Integer($this->version));
H A DGTCertTokenRequest.php58 $sequence->add(new ASN1Integer($this->version));
59 $sequence->add(new ASN1Integer($this->historyIdentifier));
H A DGTPublishedData.php74 if (!$publicationIdentifier instanceof ASN1Integer) {
99 $sequence->add(new ASN1Integer(new GTBigInteger($this->publicationIdentifier)));
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPAccuracy.php74 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));
H A DTSPTSTInfo.php93 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));
H A DTSPTimeStampReq.php69 $sequence->add(new ASN1Integer($this->version));
/plugin/gtime/gtlib/asn1/
H A DASN1Constants.php32 * @see ASN1Integer
H A DASN1Integer.php29 class ASN1Integer extends ASN1Object { class
H A DASN1DER.php261 $object = new ASN1Integer();