Uses of Class
flux.file.PgpEncryptionAlgorithm

Packages that use PgpEncryptionAlgorithm
flux.file File triggers and actions 
 

Uses of PgpEncryptionAlgorithm in flux.file
 

Methods in flux.file that return PgpEncryptionAlgorithm
 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.
 

Methods in flux.file with parameters of type PgpEncryptionAlgorithm
 void FileEncryptPgpAction.setAlgorithm(PgpEncryptionAlgorithm algorithm)
          Sets the encryption algorithm used for the PGP encryption.
 



© 2014 Flux Corporation. All rights reserved.