| Interface | Description |
|---|---|
| PropertyEncryptor |
Property Encryptor supporting encryption and decryption using configurable algorithms and keys
|
| PropertySecretKeyProvider |
Secret Key Provider for Property Encryption
|
| Class | Description |
|---|---|
| CipherPropertyEncryptor |
Cipher Property Encryptor provides hexadecimal encoding and decoding around cipher operations
|
| KeyedCipherPropertyEncryptor |
Property Encryptor implementation using Keyed Cipher Provider
|
| PasswordBasedCipherPropertyEncryptor |
Property Encryptor implementation using Password Based Encryption Cipher Provider
|
| PropertyEncryptorBuilder |
Property Encryptor Builder
|
| PropertyEncryptorFactory |
Property Encryptor Factory for encapsulating instantiation of Property Encryptors based on various parameters
|
| StandardPropertySecretKeyProvider |
Standard implementation of Property Secret Key Provider implementing supported Key Derivation Functions
|
| Enum | Description |
|---|---|
| PropertyEncryptionMethod |
Property Encryption Method enumerates supported values in addition to
EncryptionMethod |
| Exception | Description |
|---|---|
| EncryptionException |
Represents the exceptional case when an encrypt or decrypt fails.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.