Uses of Class
com.netscape.certsrv.dbs.keydb.KeyState
-
Packages that use KeyState Package Description com.netscape.certsrv.dbs.keydb com.netscape.cmscore.dbs -
-
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. -
Uses of KeyState in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that return KeyState Modifier and Type Method Description KeyState
KeyRecord. getState()
Retrieves the key state.Methods in com.netscape.cmscore.dbs with parameters of type KeyState Modifier and Type Method Description void
KeyRecord. setState(KeyState state)
Sets key state.
-