Class InitialHandshakeFinalMessage
java.lang.Object
jadex.ipc.impl.security.handshake.BasicSecurityMessage
jadex.ipc.impl.security.handshake.InitialHandshakeFinalMessage
Final message in the initial handshake.
-
Field Summary
FieldsFields inherited from class jadex.ipc.impl.security.handshake.BasicSecurityMessage
conversationid, messageid, sender
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the message.InitialHandshakeFinalMessage
(jadex.core.impl.GlobalProcessIdentifier sender, String conversationid, String chosencryptosuite) Creates the message. -
Method Summary
Modifier and TypeMethodDescriptionGets the chosen crypto suite.void
setChosenCryptoSuite
(String chosencryptosuite) Sets the chosen crypto suite.Methods inherited from class jadex.ipc.impl.security.handshake.BasicSecurityMessage
getConversationId, getMessageId, getSender, setConversationId, setMessageId, setSender, toString
-
Field Details
-
chosencryptosuite
The chosen crypto suite.
-
-
Constructor Details
-
Method Details
-
getChosenCryptoSuite
Gets the chosen crypto suite.- Returns:
- The chosen crypto suite.
-
setChosenCryptoSuite
Sets the chosen crypto suite.- Parameters:
chosencryptosuite
- The chosen crypto suite.
-