Interface FileDecrypter
- All Known Implementing Classes:
AESCryptoService.AESCBCCryptoModule.AESCBCFileDecrypter
,AESCryptoService.AESGCMCryptoModule.AESGCMFileDecrypter
,NoFileDecrypter
public interface FileDecrypter
Class implementation that will decrypt a file. Make sure implementation is thread safe.
- Since:
- 2.0
-
Method Summary
-
Method Details
-
decryptStream
Decrypt the InputStream- Throws:
CryptoService.CryptoException
-