Class InitialHandshakeReplyMessage

    • Field Detail

      • chosencryptosuite

        protected java.lang.String chosencryptosuite
        The chosen crypto suite.
      • jadexversion

        protected JadexVersion jadexversion
        The Jadex version of the sender.
    • Constructor Detail

      • InitialHandshakeReplyMessage

        public InitialHandshakeReplyMessage()
        Creates the message.
      • InitialHandshakeReplyMessage

        public InitialHandshakeReplyMessage​(IComponentIdentifier sender,
                                            java.lang.String conversationid,
                                            java.lang.String chosencryptosuite,
                                            JadexVersion jadexversion)
        Creates the message.
    • Method Detail

      • getChosenCryptoSuite

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

        public void setChosenCryptoSuite​(java.lang.String chosencryptosuite)
        Sets the chosen crypto suite.
        Parameters:
        chosencryptosuite - The chosen crypto suite.
      • getJadexVersion

        public JadexVersion getJadexVersion()
        Gets the Jadex version.
        Returns:
        The Jadex version.
      • setJadexVersion

        public void setJadexVersion​(JadexVersion jadexversion)
        Sets the Jadex version.
        Parameters:
        jadexversion - The Jadex version to set.