| Interface | Description |
|---|---|
| CryptoKeyProvider |
A simple interface that wraps a key that can be used for encryption and decryption.
|
| Class | Description |
|---|---|
| BootstrapFileCryptoKeyProvider |
An implementation of
CryptoKeyProvider that loads the key from disk every time it is needed. |
| Exception | Description |
|---|---|
| MissingCryptoKeyException |
An exception type used by a
CryptoKeyProvider when a request for the key
cannot be fulfilled for any reason. |
Copyright © 2023 Apache NiFi Project. All rights reserved.