| Package | Description |
|---|---|
| org.apache.nifi.security.repository |
| Modifier and Type | Field and Description |
|---|---|
protected AESKeyedCipherProvider |
AbstractAESEncryptor.aesKeyedCipherProvider |
| Modifier and Type | Method and Description |
|---|---|
static Cipher |
RepositoryEncryptorUtils.initCipher(AESKeyedCipherProvider aesKeyedCipherProvider,
EncryptionMethod method,
int mode,
SecretKey key,
byte[] ivBytes) |
(package private) void |
AbstractAESEncryptor.setCipherProvider(AESKeyedCipherProvider cipherProvider)
Available for dependency injection to override the default
AESKeyedCipherProvider if necessary. |
Copyright © 2019 Apache NiFi Project. All rights reserved.