Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

implement RSA algorithm

843810May 24 2004 — edited Jun 29 2004
Hello, 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 27 2004
Added on May 24 2004
3 comments
227 views