public enum KeyUsage extends Enum<KeyUsage>
| Enum Constant and Description |
|---|
CRL_SIGN |
DATA_ENCIPHERMENT |
DECIPHER_ONLY |
DIGITAL_SIGNATURE |
ENCIPHER_ONLY |
KEY_AGREEMENT |
KEY_CERTSIGN |
KEY_ENCIPHERMENT |
NON_REPUDIATION |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSet(org.bouncycastle.asn1.DERBitString bits) |
static KeyUsage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|