| Package | Description |
|---|---|
| com.netscape.certsrv.dbs.keydb |
| Modifier and Type | Field and Description |
|---|---|
static KeyState |
KeyState.ANY
Request state.
|
static KeyState |
KeyState.INVALID |
static KeyState |
KeyState.VALID |
| Modifier and Type | Method and Description |
|---|---|
KeyState |
IKeyRecord.getState()
Retrieves the state of the key.
|
static KeyState |
KeyState.toKeyState(java.lang.String state)
Converts a string into a key state object.
|