Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/asn1/
DASN1Null.php47 $this->append($bytes, ASN1DER::encodeType(ASN1_TAG_NULL));
DASN1OctetString.php69 $this->append($bytes, ASN1DER::encodeType(ASN1_TAG_OCTET_STRING));
DASN1String.php56 $this->prepend($bytes, ASN1DER::encodeType($this->getType()));
DASN1Integer.php97 $this->prepend($bytes, ASN1DER::encodeType(ASN1_TAG_INTEGER));
DASN1Boolean.php73 $this->append($bytes, ASN1DER::encodeType(ASN1_TAG_BOOLEAN));
DASN1Set.php91 $this->prepend($bytes, ASN1DER::encodeType(ASN1_TAG_SET));
DASN1Sequence.php92 $this->prepend($bytes, ASN1DER::encodeType(ASN1_TAG_SEQUENCE));
DASN1BitString.php87 $this->prepend($bytes, ASN1DER::encodeType(ASN1_TAG_BIT_STRING));
DASN1ObjectId.php131 $this->prepend($bytes, ASN1DER::encodeType(ASN1_TAG_OBJECT_ID));
DASN1DER.php95 public static function encodeType($type) { function in ASN1DER