| Package | Description |
|---|---|
| org.apache.nifi.processors.pgp.attributes |
| Modifier and Type | Field and Description |
|---|---|
private BlockCipher |
SymmetricKeyAlgorithm.blockCipher |
| Modifier and Type | Method and Description |
|---|---|
BlockCipher |
SymmetricKeyAlgorithm.getBlockCipher() |
static BlockCipher |
BlockCipher.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockCipher[] |
BlockCipher.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SymmetricKeyAlgorithm(BlockCipher blockCipher,
int keySize,
int id) |
Copyright © 2022 Apache NiFi Project. All rights reserved.