public class DecryptorImplCipher extends CryptorImplCipher implements AbstractDecryptor
provider| Constructor and Description |
|---|
DecryptorImplCipher(RandomFactory randomFactory,
CryptorConfig config,
Key key)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isEncryptor() |
crypt, getAlgorithm, getCipher, getConfig, getMode, getNonceSize, reset, wrapSecurityExceptioncreateSecureRandom, getRandomFactorygetProvidercreationFailedException, creationFailedException, creationFailedException, creationFailedException, getAlgorithm, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcombine, wrapStreamcrypt, crypt, crypt, doFinal, processprocess, process, process, resetgetAlgorithmgetNonceSizepublic DecryptorImplCipher(RandomFactory randomFactory, CryptorConfig config, Key key)
randomFactory - the RandomFactory to use.config - the CryptorConfig.key - the Key to use.protected boolean isEncryptor()
isEncryptor in class CryptorImplCiphertrue if Encryptor, false if Decryptor.Copyright © 2001–2019 mmm-Team. All rights reserved.