|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cnrg.itx.ds.Password
This class provides an encapsulation to store user's password information.
Constructor Summary | |
Password(java.lang.String strPW)
Constructor for String |
Method Summary | |
java.lang.String |
toString()
|
boolean |
verified(Password inputPW)
Verify against a given password object |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public Password(java.lang.String strPW)
strPW
- input password stringMethod Detail |
public boolean verified(Password inputPW)
inputPW
- input passwordpublic java.lang.String toString()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |