Uses of Class
com.netscape.certsrv.dbs.keydb.KeyState
-
Packages that use KeyState Package Description com.netscape.certsrv.dbs.keydb -
-
Uses of KeyState in com.netscape.certsrv.dbs.keydb
Fields in com.netscape.certsrv.dbs.keydb declared as KeyState Modifier and Type Field Description static KeyState
KeyState. ANY
Request state.static KeyState
KeyState. INVALID
static KeyState
KeyState. VALID
Methods in com.netscape.certsrv.dbs.keydb that return KeyState Modifier and Type Method 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.
-