Package | Description |
---|---|
org.apache.nifi.security.util | |
org.apache.nifi.security.util.crypto |
Modifier and Type | Method and Description |
---|---|
static KeyDerivationFunction |
KeyDerivationFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyDerivationFunction[] |
KeyDerivationFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 © 2017 Apache NiFi Project. All rights reserved.