| Package | Description |
|---|---|
| org.apache.nifi.security.repository.block.aes | |
| org.apache.nifi.security.repository.stream.aes |
| 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 | 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 © 2020 Apache NiFi Project. All rights reserved.