Searched refs:encodeType (Results 1 – 10 of 10) sorted by relevance
47 $this->append($bytes, ASN1DER::encodeType(ASN1_TAG_NULL));
69 $this->append($bytes, ASN1DER::encodeType(ASN1_TAG_OCTET_STRING));
56 $this->prepend($bytes, ASN1DER::encodeType($this->getType()));
73 $this->append($bytes, ASN1DER::encodeType(ASN1_TAG_BOOLEAN));
97 $this->prepend($bytes, ASN1DER::encodeType(ASN1_TAG_INTEGER));
92 $this->prepend($bytes, ASN1DER::encodeType(ASN1_TAG_SEQUENCE));
91 $this->prepend($bytes, ASN1DER::encodeType(ASN1_TAG_SET));
87 $this->prepend($bytes, ASN1DER::encodeType(ASN1_TAG_BIT_STRING));
131 $this->prepend($bytes, ASN1DER::encodeType(ASN1_TAG_OBJECT_ID));
95 public static function encodeType($type) { function in ASN1DER