There is no return value in this case. An exception would be thrown if any error occurs.
On Thu, Oct 28, 2004 at 02:35:42PM -0400, Samir Manar wrote: > Hello all, > > How to get the return value for the following operation? I want to be able to > know if the encryption went fine: > > FileSource f(filein, true, new DefaultEncryptor(passPhrase, > new FileSink(fileout))); > > > Thank you. >
