| Interface | Description |
|---|---|
| CipherProvider |
Marker interface for cipher providers.
|
| PBECipherProvider | |
| SecureHasher |
An interface which specifies that implementations should provide a
cryptographic hash function (CHF) which accepts input and returns a
deterministic, (mathematically-difficult) irreversible value.
|
| Class | Description |
|---|---|
| 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. |
| Argon2SecureHasher |
Provides an implementation of
Argon2 for secure password hashing. |
| BcryptCipherProvider | |
| CipherProviderFactory | |
| CipherUtility | |
| HashService |
This class provides a generic service for cryptographic hashing.
|
| KeyedCipherProvider | |
| NiFiLegacyCipherProvider | Deprecated |
| OpenSSLPKCS5CipherProvider | |
| PBKDF2CipherProvider | |
| RandomIVPBECipherProvider | |
| ScryptCipherProvider |
| Enum | Description |
|---|---|
| HashAlgorithm |
Enumeration capturing information about the cryptographic hash algorithms
|
Copyright © 2020 Apache NiFi Project. All rights reserved.