open static fun fromHexString(str: CharSequence): PublicKey
Create the public key from a hex string.
str - The hexadecimal string to parse, which may or may not start with "0x".
str
Return The public key.