A B C D E F G H I K M N O P R S T V

A

addAgent() - Method in class core.Tag
 
addAgent(Agent) - Method in class core.Protocol
This method adds an agent to the list of known agents
addKey(String, Key) - Method in class core.SecretKeyStore
This method adds a given key to this SecretKeyStore
addMessage(Message) - Method in interface core.IMessage
This method concats two messages and put an 'at' symbol between them so that we can divide it later with the method getAllFields for example This means that a Message should never contain the symbol 'at' It is advised to only use Base64 string in the message to avoid any issue
addMessage(Message) - Method in class core.Message
This method concats two messages and put an 'at' symbol between them so that we can divide it later with the method getAllFields for example This means that a Message should never contain the symbol 'at' It is advised to only use Base64 string in the message to avoid any issue
addNonce() - Method in class core.Tag
 
addNonce(INonce) - Method in class core.Protocol
This method adds a nonce to the list of known nonces
addParts(IMessage[], int) - Method in class core.Protocol
This method adds the given Messages into the list of Messages to be treated
Agent - class core.Agent.
This class represents an agent running a protocol
Agent() - Constructor for class core.Agent
Creates a new empty agent
agentFromId(String) - Method in class core.Protocol
get Agent from id
agents - Variable in class core.Protocol
This vector represents all the Agent with whom this Protocol communicates
ANTOINE - class protocols.ANTOINE.
 
ANTOINE() - Constructor for class protocols.ANTOINE
 

A B C D E F G H I K M N O P R S T V