| Package | Description |
|---|---|
| org.apache.nifi.security.util.crypto |
| Class and Description |
|---|
| AbstractSecureHasher |
| BcryptSecureHasher
Provides an implementation of
Bcrypt for secure password hashing. |
| CipherProvider
Marker interface for cipher providers.
|
| HashAlgorithm
Enumeration capturing information about the cryptographic hash algorithms
|
| KeyedCipherProvider |
| OpenSSLPKCS5CipherProvider |
| PBECipherProvider |
| RandomIVPBECipherProvider |
| 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.
|
Copyright © 2022 Apache NiFi Project. All rights reserved.