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 |
private static Map<KeyDerivationFunction,Class<? extends SecureHasher>> |
SecureHasherFactory.registeredSecureHashers |
Modifier and Type | Method and Description |
---|---|
static byte[] |
CipherUtility.extractRawSalt(byte[] fullSalt,
KeyDerivationFunction kdf)
Returns the raw salt from the provided "full salt" which could be KDF-specific.
|
static CipherProvider |
CipherProviderFactory.getCipherProvider(KeyDerivationFunction kdf) |
Copyright © 2023 Apache NiFi Project. All rights reserved.