Uses of Class
flux.file.PgpKeyType

Packages that use PgpKeyType
flux.file File triggers and actions 
 

Uses of PgpKeyType in flux.file
 

Methods in flux.file that return PgpKeyType
 PgpKeyType PgpBaseKey.getKeyType()
          Returns the kind of PGP key for this key.
static PgpKeyType PgpKeyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PgpKeyType[] PgpKeyType.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 PgpKeyType
 void PgpBaseKey.setKeyType(PgpKeyType keyType)
          Sets the kind of PGP key for this key.
 



© 2014 Flux Corporation. All rights reserved.