core
Interface INonce

All Superinterfaces:
IMessage
All Known Implementing Classes:
Nonce, NonceT

public interface INonce
extends IMessage

Author:
Xavier Didelot

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 interface core.IMessage
addMessage, decrypt, encrypt, equals, getAllFields, getString, hash, setString
 

Method Detail

getId

public java.lang.String getId()
Return the Id of this Nonce

Returns:
the Id of this Nonce

setId

public void setId(java.lang.String string)
Set the Id of this Nonce

Parameters:
string - the new Id of this Nonce