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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
decryptStream(InputStream inputStream)
Decrypt the InputStream
-
-
-
Method Detail
-
decryptStream
InputStream decryptStream(InputStream inputStream) throws CryptoService.CryptoException
Decrypt the InputStream- Throws:
CryptoService.CryptoException
-
-