I want help in doing the following

1.Well ,i want to use publickey to decrypt the contents which are
 encrypted using privatekey in java programe.

The simple decryption code which i know is this,

 FileSource privFile("publickey(13Sep).txt", true);
 RSAES_PKCS1v15_Decryptor rsaPriv(privFile);
 StringSource(CipherTxt,
            128,
            true,
           new PK_DecryptorFilter(randompool,rsaPriv,new StringSink(output)));
 


 --
 RAGU MANDA


-- 
RAGU MANDA

Reply via email to