| Package | Description |
|---|---|
| org.apache.nifi.security.util.crypto |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSecureHasher |
class |
Argon2SecureHasher
Provides an implementation of
Argon2 for secure password hashing. |
class |
BcryptSecureHasher
Provides an implementation of
Bcrypt for secure password hashing. |
class |
KeyDerivationBcryptSecureHasher
Extension of Bcrypt Secure Hasher used for Key Derivation support.
|
class |
PBKDF2SecureHasher
Provides an implementation of
PBKDF2 for secure password hashing. |
class |
ScryptSecureHasher
Provides an implementation of
Scrypt for secure password hashing. |
| Modifier and Type | Field and Description |
|---|---|
private static Class<? extends SecureHasher> |
SecureHasherFactory.DEFAULT_SECURE_HASHER_CLASS |
private static Map<KeyDerivationFunction,Class<? extends SecureHasher>> |
SecureHasherFactory.registeredSecureHashers |
| Modifier and Type | Method and Description |
|---|---|
static SecureHasher |
SecureHasherFactory.getSecureHasher(String algorithm) |
Copyright © 2022 Apache NiFi Project. All rights reserved.