uid->string(); } /** * Get unique identifier as a bit string. */ public function bitString(): BitString { return $this->uid; } /** * Get ASN.1 element. */ public function toASN1(): BitString { return $this->uid; } }