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 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. -
Uses of KeyState in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that return KeyState Modifier and Type Method Description KeyStateKeyRecord. getState()Retrieves the key state.Methods in com.netscape.cmscore.dbs with parameters of type KeyState Modifier and Type Method Description voidKeyRecord. setState(KeyState state)Sets key state.
-