Class InitialHandshakeMessage

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

public class InitialHandshakeMessage extends BasicSecurityMessage
Initial handshake message.
  • Field Details

    • cryptosuites

      protected String[] cryptosuites
      Available crypto suites.
  • Constructor Details

    • InitialHandshakeMessage

      public InitialHandshakeMessage()
      Creates the message.
    • InitialHandshakeMessage

      public InitialHandshakeMessage(jadex.core.impl.GlobalProcessIdentifier sender, String conversationid, String[] cryptosuites)
      Creates the message.
  • Method Details

    • getCryptoSuites

      public String[] getCryptoSuites()
      Gets the crypto suites.
      Returns:
      The crypto suites.
    • setCryptoSuites

      public void setCryptoSuites(String[] cryptosuites)
      Sets the crypto suites.
      Parameters:
      cryptosuites - The crypto suites.