Serialize this key to JSON.
List<String> toJson() { return [blobToHex(_publicKey.toRaw()), blobToHex(_privateKey)]; }