I have Problem. Data is encrypted by RSA.encrypt method
then i stored the encrypted data
later i retrive the encrypted data and trying to decrypt using RSA.decrypt method
But I got error while Decrypting is "BAD DATA" error
can anyone explain how to decrypt the same encrypted data by retriving from db in RSA