Construction of RSA keys ( very urgent )
I have a byte array which contains the public modulus and public exponent (first 2 bytes specifies the length of the public exponent, followed by public exponent, the next two bytes after public exponent specifies the length of public modulus and followed by the public modulus). I have to construct the RSA keys from the array as described above. I will be very thankfull for a quick reply (very urgent).

