object->getNormalizedData($ignoreTags); } if (!$this->object instanceof ByteStringObject) { return $this->object->getNormalizedData($ignoreTags); } return gmp_strval(gmp_init(bin2hex($this->object->getValue()), 16), 10); } }