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 Summary
Fields Modifier and Type Field Description protected java.lang.String[]
cryptosuites
Available crypto suites.-
Fields inherited from class jadex.platform.service.security.handshake.BasicSecurityMessage
conversationid, messageid, sender
-
-
Constructor Summary
Constructors Constructor Description InitialHandshakeMessage()
Creates the message.InitialHandshakeMessage(IComponentIdentifier sender, java.lang.String conversationid, java.lang.String[] cryptosuites)
Creates the message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getCryptoSuites()
Gets the crypto suites.void
setCryptoSuites(java.lang.String[] cryptosuites)
Sets the crypto suites.-
Methods inherited from class jadex.platform.service.security.handshake.BasicSecurityMessage
getConversationId, getMessageId, getSender, setConversationId, setMessageId, setSender, toString
-
-
-
-
Constructor Detail
-
InitialHandshakeMessage
public InitialHandshakeMessage()
Creates the message.
-
InitialHandshakeMessage
public InitialHandshakeMessage(IComponentIdentifier sender, java.lang.String conversationid, java.lang.String[] cryptosuites)
Creates the message.
-
-