| Package | Description |
|---|---|
| org.apache.nifi.security.util.crypto |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PBECipherProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
AESKeyedCipherProvider
This is a standard implementation of
KeyedCipherProvider which supports AES cipher families with arbitrary modes of operation (currently only CBC, CTR, and GCM are supported as EncryptionMethods. |
class |
BcryptCipherProvider |
class |
KeyedCipherProvider |
class |
NiFiLegacyCipherProvider
Deprecated.
|
class |
OpenSSLPKCS5CipherProvider |
class |
PBKDF2CipherProvider |
class |
RandomIVPBECipherProvider |
class |
ScryptCipherProvider |
| Modifier and Type | Field and Description |
|---|---|
private static Map<KeyDerivationFunction,Class<? extends CipherProvider>> |
CipherProviderFactory.registeredCipherProviders |
| Modifier and Type | Method and Description |
|---|---|
static CipherProvider |
CipherProviderFactory.getCipherProvider(KeyDerivationFunction kdf) |
Copyright © 2018 Apache NiFi Project. All rights reserved.