Gnupg RSA encryption with Bouncy Castle provider

2007-06-28 Thread Sucharitha.X.Panthika
I have a problem reading the decrypted messages and the decryptStream.read() doesn't return me any bytes. See the code below that I used to encrypt data. I am writing data to file using the encryptStream returned by the following method. On the other hand when I write the content to the file w

Gnupg RSA encryption with Bouncy Castle provider

2007-06-28 Thread Sucharitha.X.Panthika
I have a problem reading the decrypted messages and the decryptStream.read() doesn't return me any bytes. See the code below that I used to encrypt data. I am writing data to file using the encryptStream returned by the following method. On the other hand when I write the content to the file w