|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--core.Message | +--core.MessageT | +--core.NonceT
Field Summary | |
private java.lang.String |
id
|
Fields inherited from class core.Message |
|
Constructor Summary | |
NonceT()
|
|
NonceT(java.lang.Integer b)
|
|
NonceT(java.lang.String string)
|
Method Summary | |
java.lang.String |
getId()
Return the Id of this Nonce |
void |
setId(java.lang.String string)
Set the Id of this Nonce |
Methods inherited from class core.MessageT |
decrypt, encrypt, getAllFields, getTag, getTag, getText, hash, removeTags, setString |
Methods inherited from class core.Message |
addMessage, clone, equals, getString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface core.IMessage |
addMessage, decrypt, encrypt, equals, getAllFields, getString, hash, setString |
Field Detail |
private java.lang.String id
Constructor Detail |
public NonceT(java.lang.String string)
public NonceT()
public NonceT(java.lang.Integer b)
Method Detail |
public java.lang.String getId()
getId
in interface INonce
public void setId(java.lang.String string)
setId
in interface INonce
string
- the new Id of this Nonce
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |