Interface ActionOnKeyOptions.Action
-
- Enclosing class:
- ActionOnKeyOptions
public static interface ActionOnKeyOptions.Action
The action to perform on the specified key.
-
-
Field Summary
Fields Modifier and Type Field Description static String
DISABLE
disable.static String
ENABLE
enable.static String
RESTORE
restore.static String
REWRAP
rewrap.static String
ROTATE
rotate.static String
SETKEYFORDELETION
setKeyForDeletion.static String
UNSETKEYFORDELETION
unsetKeyForDeletion.static String
UNWRAP
unwrap.static String
WRAP
wrap.
-
-
-
Field Detail
-
DISABLE
static final String DISABLE
disable.- See Also:
- Constant Field Values
-
ENABLE
static final String ENABLE
enable.- See Also:
- Constant Field Values
-
RESTORE
static final String RESTORE
restore.- See Also:
- Constant Field Values
-
REWRAP
static final String REWRAP
rewrap.- See Also:
- Constant Field Values
-
ROTATE
static final String ROTATE
rotate.- See Also:
- Constant Field Values
-
SETKEYFORDELETION
static final String SETKEYFORDELETION
setKeyForDeletion.- See Also:
- Constant Field Values
-
UNSETKEYFORDELETION
static final String UNSETKEYFORDELETION
unsetKeyForDeletion.- See Also:
- Constant Field Values
-
UNWRAP
static final String UNWRAP
unwrap.- See Also:
- Constant Field Values
-
WRAP
static final String WRAP
wrap.- See Also:
- Constant Field Values
-
-