|
|
static final int | KEY_USAGE_DECRYPT = 0x00000001 |
| | Key may be used for decryption.
|
| |
|
static final int | KEY_USAGE_SIGN = 0x00000002 |
| | Key may be used for signature creation.
|
| |
|
static final int | KEY_USAGE_DERIVE = 0x00000004 |
| | Key may be used for key agreement.
|
| |
|
static final int | KEY_USAGE_WRAP = 0x00000008 |
| | Key may be used for key wrapping.
|
| |
|
static final int | KEY_USAGE_ENCRYPT = 0x00000010 |
| | Key may be used for encryption.
|
| |
|
static final int | KEY_USAGE_VERIFY = 0x00000020 |
| | Key may be used for signature verification.
|
| |
|
static final int | KEY_USAGE_UNWRAP = 0x00000080 |
| | Key may be used for key unwrapping.
|
| |