Uses of Interface
core.IMessage

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

Uses of IMessage in core
 

Subinterfaces of IMessage in core
 interface IMessageKey
           
 interface INonce
           
 

Classes in core that implement IMessage
 class Message
          This class represents a Message
 class MessageKey
          This class represents a Message which is a Key.
 class MessageKeyT
           
 class MessageT
          This method represents a Message which is tagged
 class Nonce
          This class represents a Nonce
 class NonceT
           
 

Methods in core that return IMessage
 IMessage[] IMessage.getAllFields()
          Returns an array containing the different parts of a message, ie the different messages that have been concatenated in order to build this message
 IMessage[] Message.getAllFields()
          Returns an array containing the different parts of a message, ie the different messages that have been concatenated in order to build this message
 IMessage[] MessageT.getAllFields()
           
 

Methods in core with parameters of type IMessage
protected  void Protocol.addParts(IMessage[] array, int size)
          This method adds the given Messages into the list of Messages to be treated