Constructs a private key from encoded JSON tree.
static Jwk fromUtf8(List<int> bytes) { return fromJson(json.decode(utf8.decode(bytes)) as Map); }