|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ifPair
| Method Summary | |
|---|---|
byte[] |
getKey(java.lang.String _bob)
Returns a single key or null if there is no key with that pair |
java.lang.String |
getLog()
returns a string with debugging information |
java.util.Hashtable |
listKeys()
Returns Hashtable with keys |
void |
resetLog()
resets the Log |
void |
setKeyPair(java.lang.String _remote,
byte[] _key)
Set Key function |
void |
setName(java.lang.String _name)
sets The name of the current device, must be done at the beginning |
| Methods inherited from interface org.openuat.util.ifListener |
|---|
handleStringEvent |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
java.util.Hashtable listKeys()
void setName(java.lang.String _name)
_name - Name of the current devicebyte[] getKey(java.lang.String _bob)
_bob - Name of the pair device
void setKeyPair(java.lang.String _remote,
byte[] _key)
_remote - Name of the pair device_key - shared key between the current and the pair devicejava.lang.String getLog()
void resetLog()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||