| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAESEncryptor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RepositoryObjectBlockEncryptor
Provides an interface for encrypting and decrypting repository objects using a block cipher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryObjectAESGCMEncryptor
This implementation of the
RepositoryObjectBlockEncryptor handles block data by accepting
byte[] parameters and returning byte[] which contain the encrypted/decrypted content. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RepositoryObjectStreamEncryptor
Provides an interface for encrypting and decrypting repository objects using a stream cipher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryObjectAESCTREncryptor
This implementation of the
RepositoryObjectStreamEncryptor handles streaming data by accepting
OutputStream and InputStream parameters and returning custom implementations which wrap the normal
behavior with encryption/decryption logic transparently. |
Copyright © 2019 Apache NiFi Project. All rights reserved.