The return statement in getBigInteger method must be changed to this:
return new BigInteger(1, data);
Otherwise the RSA decryption won't work correctly. Modulus will always be
smaller than the encrypted data and 'input data too large' exception will be
thrown.
Original issue reported on code.google.com by smbl64@gmail.com on 3 Feb 2013 at 8:07
Original issue reported on code.google.com by
smbl64@gmail.com
on 3 Feb 2013 at 8:07