implement RSA algorithm
843810May 24 2004 — edited Jun 29 2004Hello, everyone,
For some reason, I have to write a program to implement RSA algorithm by myself, instead of get RSA from some provider. In RFC3447(PKCS#1), there is a step during the RSA encryption, which is called 'EME-OAEP encoding'. Actually, the main purpose of this 'EME-OAEP encoding' is to do the 'padding' thing for plaintext.
I am just wondering, is there any class or method in java which can do the 'EME-OAEP encoding'? (I just don't want to implement the whole 'EME-OAEP encoding' process by myself)
Thank you for any help
Regards