factory P256Identity.fromParsedJson(List<String> obj) { return P256Identity( P256PublicKey.fromRaw(blobFromHex(obj[0])), blobFromHex(obj[1]), ); }