Class InitialHandshakeMessage
- java.lang.Object
- 
- jadex.platform.service.security.handshake.BasicSecurityMessage
- 
- jadex.platform.service.security.handshake.InitialHandshakeMessage
 
 
- 
 public class InitialHandshakeMessage extends BasicSecurityMessage Initial handshake message.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.String[]cryptosuitesAvailable crypto suites.- 
Fields inherited from class jadex.platform.service.security.handshake.BasicSecurityMessageconversationid, messageid, sender
 
- 
 - 
Constructor SummaryConstructors Constructor Description InitialHandshakeMessage()Creates the message.InitialHandshakeMessage(IComponentIdentifier sender, java.lang.String conversationid, java.lang.String[] cryptosuites)Creates the message.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getCryptoSuites()Gets the crypto suites.voidsetCryptoSuites(java.lang.String[] cryptosuites)Sets the crypto suites.- 
Methods inherited from class jadex.platform.service.security.handshake.BasicSecurityMessagegetConversationId, getMessageId, getSender, setConversationId, setMessageId, setSender, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
InitialHandshakeMessagepublic InitialHandshakeMessage() Creates the message.
 - 
InitialHandshakeMessagepublic InitialHandshakeMessage(IComponentIdentifier sender, java.lang.String conversationid, java.lang.String[] cryptosuites) Creates the message.
 
- 
 
-