|
JSJaC | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--JSJaCKeys
Reflects a set of sha1/md5 hash keys for securing sessions
Defined in JSJaCKeys.js
| Field Summary | |
Debugger |
oDbg
Reference to Debugger |
| Constructor Summary | |
JSJaCKeys(<Function> func,<Debugger> oDbg)
Creates a new set of hash keys |
|
| Method Summary | |
String
|
getKey()
Gets next key from stack |
boolean
|
lastKey()
Indicates whether there's only one key left |
int
|
size()
Returns number of overall/initial stack size |
| Field Detail |
Debugger oDbg
| Constructor Detail |
JSJaCKeys(<Function> func,<Debugger> oDbg)
func - The hash function to be used for creating the keys
oDbg - Reference to debugger implementation [optional]
| Method Detail |
String getKey()
boolean lastKey()
true if there's only one key left, false otherwise
int size()
|
JSJaC | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||