core
Interface IMessageKey

All Superinterfaces:
IMessage
All Known Implementing Classes:
MessageKey, MessageKeyT

public interface IMessageKey
extends IMessage

Author:
Xavier Didelot

Method Summary
 java.security.Key toKey()
          Convert this MessageKey into a Key
 
Methods inherited from interface core.IMessage
addMessage, decrypt, encrypt, equals, getAllFields, getString, hash, setString
 

Method Detail

toKey

public java.security.Key toKey()
                        throws java.lang.Exception
Convert this MessageKey into a Key

Returns:
the Key contained in this Message
Throws:
java.lang.Exception