| Package | Description |
|---|---|
| org.apache.nifi.security.repository | |
| org.apache.nifi.security.util.crypto |
| Class and 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. |
| Class and Description |
|---|
| 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 © 2020 Apache NiFi Project. All rights reserved.