- java.lang.Object
-
- io.github.mmm.crypto.algorithm.AbstractSecurityAlgorithm
-
- io.github.mmm.crypto.crypt.CryptorImplCombined
-
- io.github.mmm.crypto.crypt.EncryptorImplCombined
-
- All Implemented Interfaces:
CryptoAlgorithm
,AbstractEncryptor
,AbstractGetNonceSize
,Cryptor
,Encryptor
,CryptoProcessor
public class EncryptorImplCombined extends CryptorImplCombined implements AbstractEncryptor
- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description EncryptorImplCombined(Encryptor[] encryptors)
The constructor.
-
Method Summary
-
Methods inherited from class io.github.mmm.crypto.crypt.CryptorImplCombined
crypt, getAlgorithm, getLastCryptor, getNonceSize, reset
-
Methods inherited from class io.github.mmm.crypto.algorithm.AbstractSecurityAlgorithm
creationFailedException, creationFailedException, creationFailedException, creationFailedException, getAlgorithm, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.mmm.crypto.crypt.AbstractEncryptor
combine, wrapStream
-
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
-
-