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.
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.