public static enum P11NewKeyControl.KeyUsage extends Enum<P11NewKeyControl.KeyUsage>
| Enum Constant and Description |
|---|
DECRYPT |
DERIVE |
SIGN |
SIGN_RECOVER |
UNWRAP |
| Modifier and Type | Method and Description |
|---|---|
static P11NewKeyControl.KeyUsage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static P11NewKeyControl.KeyUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final P11NewKeyControl.KeyUsage DECRYPT
public static final P11NewKeyControl.KeyUsage DERIVE
public static final P11NewKeyControl.KeyUsage SIGN
public static final P11NewKeyControl.KeyUsage SIGN_RECOVER
public static final P11NewKeyControl.KeyUsage UNWRAP
public static P11NewKeyControl.KeyUsage[] values()
for (P11NewKeyControl.KeyUsage c : P11NewKeyControl.KeyUsage.values()) System.out.println(c);
public static P11NewKeyControl.KeyUsage valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.