RSA encryption

How to encrypt using RSA Public/Private key ? Is there any examples ?Thanks.Regards,Lim Boon Sun
[131 byte] By [limboonsun] at [2007-9-26 2:45:19]
# 1
I would also like to know if it is possible to generate public/private RSA keys without using 3rd party software. My university is unwilling to download the packages by providers such as bouncycastle or cryptixregards,Thee olde wizard
gandalfgrey at 2007-6-29 10:26:53 > top of Java-index,Security,Cryptography...
# 2
Both RSA keys have method getEncoded() it's a byte array. To encrtypt it you can use any symmetric algorithm.
euxx at 2007-6-29 10:26:53 > top of Java-index,Security,Cryptography...