Converts the JWK to a byte array.
Returns a Uint8List containing the JSON-encoded JWK.
Uint8List toUint8Array() { return Uint8List.fromList(utf8.encode(jsonEncode(toJson()))); }