-
- All Superinterfaces:
AbstractGetNonceSize,CryptoAlgorithm,CryptoProcessor,Cryptor
- All Known Subinterfaces:
AbstractDecryptor
- All Known Implementing Classes:
DecryptorImplCipher,DecryptorImplCombined
public interface Decryptor extends Cryptor
ExtendsCryptorwith methods specific for decryption.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Decryptorcombine(Decryptor... decryptors)InputStreamwrapStream(InputStream stream)-
Methods inherited from interface io.github.mmm.crypto.crypt.AbstractGetNonceSize
getNonceSize
-
Methods inherited from interface io.github.mmm.crypto.algorithm.CryptoAlgorithm
getAlgorithm
-
Methods inherited from interface io.github.mmm.crypto.CryptoProcessor
process, process, process, reset
-
-
-
-
Method Detail
-
wrapStream
InputStream wrapStream(InputStream stream)
- Parameters:
stream- theInputStreamto wrap.- Returns:
- the wrapped
InputStreamthat reads from the givenInputStreamafter performing decryption.
-
-