public class Purpose extends Object
| Modifier and Type | Field and Description | 
|---|---|
static Purpose | 
DECRYPT  | 
static Purpose | 
ENCRYPT  | 
static Purpose | 
ENCRYPT_RESPONSE  | 
static Purpose | 
IDENTITY  | 
static Purpose | 
SIGN  | 
static Purpose | 
VERIFY  | 
| Modifier and Type | Method and Description | 
|---|---|
static Purpose | 
convert(KeySelector.Purpose p)  | 
String | 
toString()  | 
public static final Purpose DECRYPT
public static final Purpose ENCRYPT
public static final Purpose ENCRYPT_RESPONSE
public static final Purpose SIGN
public static final Purpose VERIFY
public static final Purpose IDENTITY
public static Purpose convert(KeySelector.Purpose p)