Uses of Class
org.keyczar.enums.KeyPurpose

Packages that use KeyPurpose
org.keyczar   
org.keyczar.enums   
 

Uses of KeyPurpose in org.keyczar
 

Methods in org.keyczar that return KeyPurpose
 KeyPurpose MockKeyczarReader.purpose()
           
 

Constructors in org.keyczar with parameters of type KeyPurpose
MockKeyczarReader(java.lang.String n, KeyPurpose p, KeyType t)
           
 

Uses of KeyPurpose in org.keyczar.enums
 

Methods in org.keyczar.enums that return KeyPurpose
static KeyPurpose KeyPurpose.getPurpose(int value)
           
static KeyPurpose KeyPurpose.getPurpose(java.lang.String name)
           
static KeyPurpose KeyPurpose.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static KeyPurpose[] KeyPurpose.values()
          Returns an array containing the constants of this enum type, in the order they are declared.