var modulus = jsonResponse['modulus'];
var exponent = jsonResponse['exponent'];
var prefix = jsonResponse['prefix'];
Above modulus & exponent using how to generate RSA public key?
1 Person is following this question.