Interface ActionOnKeyOptions.Action
-
- Enclosing class:
- ActionOnKeyOptions
public static interface ActionOnKeyOptions.ActionThe action to perform on the specified key.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDISABLEdisable.static StringENABLEenable.static StringRESTORErestore.static StringREWRAPrewrap.static StringROTATErotate.static StringSETKEYFORDELETIONsetKeyForDeletion.static StringUNSETKEYFORDELETIONunsetKeyForDeletion.static StringUNWRAPunwrap.static StringWRAPwrap.
-
-
-
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
-
-