Package | Description |
---|---|
flux.file |
File triggers and actions
|
Modifier and Type | Method and Description |
---|---|
PgpEncryptionAlgorithm |
FileEncryptPgpAction.getAlgorithm()
Returns the encryption algorithm used for the PGP encryption.
|
static PgpEncryptionAlgorithm |
PgpEncryptionAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PgpEncryptionAlgorithm[] |
PgpEncryptionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FileEncryptPgpAction.setAlgorithm(PgpEncryptionAlgorithm algorithm)
Sets the encryption algorithm used for the PGP encryption.
|
© 2000-2025 Flux Corporation. All rights reserved.