Class KeyState
java.lang.Object
com.netscape.certsrv.dbs.keydb.KeyState
- All Implemented Interfaces:
Serializable
A class represents key state. This object is to
encapsulate the life cycle of a key.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if the given object equals to this object.inthashCode()Returns the hash code.static KeyStatetoKeyState(String state) Converts a string into a key state object.toString()Return the string-representation of this object.
-
Field Details
-
ANY
Request state. -
VALID
-
INVALID
-
-
Method Details
-
equals
-
hashCode
-
toString
-
toKeyState
-