Class InitialHandshakeMessage
java.lang.Object
jadex.ipc.impl.security.handshake.BasicSecurityMessage
jadex.ipc.impl.security.handshake.InitialHandshakeMessage
Initial handshake message.
-
Field Summary
FieldsFields inherited from class jadex.ipc.impl.security.handshake.BasicSecurityMessage
conversationid, messageid, sender
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the message.InitialHandshakeMessage
(jadex.core.impl.GlobalProcessIdentifier sender, String conversationid, String[] cryptosuites) Creates the message. -
Method Summary
Modifier and TypeMethodDescriptionString[]
Gets the crypto suites.void
setCryptoSuites
(String[] cryptosuites) Sets the crypto suites.Methods inherited from class jadex.ipc.impl.security.handshake.BasicSecurityMessage
getConversationId, getMessageId, getSender, setConversationId, setMessageId, setSender, toString
-
Field Details
-
cryptosuites
Available crypto suites.
-
-
Constructor Details
-
Method Details
-
getCryptoSuites
Gets the crypto suites.- Returns:
- The crypto suites.
-
setCryptoSuites
Sets the crypto suites.- Parameters:
cryptosuites
- The crypto suites.
-