127) { throw new GTException("Invalid value in IA5String: {$byte}"); } } $this->value = $value; } /** * Gets the ASN.1 type tag for this string. * * @return int ASN1_TAG_IA5_STRING */ protected function getType() { return ASN1_TAG_IA5_STRING; } } ?>