Class InitialHandshakeReplyMessage

java.lang.Object
jadex.ipc.impl.security.handshake.BasicSecurityMessage
jadex.ipc.impl.security.handshake.InitialHandshakeReplyMessage

public class InitialHandshakeReplyMessage extends BasicSecurityMessage
  • Field Details

    • chosencryptosuite

      protected String chosencryptosuite
      The chosen crypto suite.
  • Constructor Details

    • InitialHandshakeReplyMessage

      public InitialHandshakeReplyMessage()
      Creates the message.
    • InitialHandshakeReplyMessage

      public InitialHandshakeReplyMessage(jadex.core.impl.GlobalProcessIdentifier sender, String conversationid, String chosencryptosuite)
      Creates the message.
  • Method Details

    • getChosenCryptoSuite

      public String getChosenCryptoSuite()
      Gets the chosen crypto suite.
      Returns:
      The chosen crypto suite.
    • setChosenCryptoSuite

      public void setChosenCryptoSuite(String chosencryptosuite)
      Sets the chosen crypto suite.
      Parameters:
      chosencryptosuite - The chosen crypto suite.