Posted By:
akhil_achuthan
Posted On:
Monday, April 10, 2006 12:29 AM
im developing a project which needs to use RSA to encrypt a text with a public as well private keys. making cipher with private key was done my using the provider sunjcesign with the function initSign(). but the function does not take a public key as argumrnt.
what shall i do. is there any other function. should i go for any other providers. if so can i use that provider for both public as well as private keys?