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 KeyStateKeyState. ANYRequest state.static KeyStateKeyState. INVALIDstatic KeyStateKeyState. VALIDMethods in com.netscape.certsrv.dbs.keydb that return KeyState Modifier and Type Method Description KeyStateIKeyRecord. getState()Retrieves the state of the key.static KeyStateKeyState. toKeyState(java.lang.String state)Converts a string into a key state object.
-