Uses of Class
core.Agent

Packages that use Agent
core This package contains the core classes used to implement security protocols. 
 

Uses of Agent in core
 

Methods in core that return Agent
protected  Agent Protocol.agentFromId(java.lang.String id)
          get Agent from id
 

Methods in core with parameters of type Agent
protected  Message Protocol.message(Agent agent)
           
protected  void Protocol.addAgent(Agent agent)
          This method adds an agent to the list of known agents
 

Constructors in core with parameters of type Agent
Message(Agent agent)
          Creates a new message containing the given string It is advised to only use Base64 string in the message to avoid any issue
MessageT(Agent agent)