RSA implementation in javax.crypto
843811Jul 26 2010 — edited Jul 26 2010Hello,
I need to know how the RSA encryption/decryption are implemented in the java crypto library. I need specific details like: does it use CRT, Montgomery multiplication, sliding windows, does it use blinding. How similar is this implementation with the one offered by the OpenSSL library. I need to make a demo of a certain timing attack and it only works for some implementations. Any information about the actual implementation of RSA would be greatly appreciated.
Thanks,
Monica