Class InitialHandshakeReplyMessage
java.lang.Object
jadex.communication.impl.security.handshake.BasicSecurityMessage
jadex.communication.impl.security.handshake.InitialHandshakeReplyMessage
-
Field Summary
FieldsFields inherited from class jadex.communication.impl.security.handshake.BasicSecurityMessage
conversationid, messageid, sender -
Constructor Summary
ConstructorsConstructorDescriptionCreates the message.InitialHandshakeReplyMessage(jadex.core.impl.GlobalProcessIdentifier sender, String conversationid, String chosencryptosuite) Creates the message. -
Method Summary
Modifier and TypeMethodDescriptionGets the chosen crypto suite.voidsetChosenCryptoSuite(String chosencryptosuite) Sets the chosen crypto suite.Methods inherited from class jadex.communication.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.
-