public interface Decryptor extends Cryptor
Cryptor with methods specific for decryption.| Modifier and Type | Method and Description |
|---|---|
Decryptor |
combine(Decryptor... decryptors) |
InputStream |
wrapStream(InputStream stream) |
crypt, crypt, crypt, doFinal, processprocess, process, process, resetgetAlgorithmgetNonceSizeInputStream wrapStream(InputStream stream)
stream - the InputStream to wrap.InputStream that reads from the given InputStream after performing decryption.Copyright © 2001–2019 mmm-Team. All rights reserved.