Class InitialHandshakeMessage

    • Field Detail

      • cryptosuites

        protected java.lang.String[] cryptosuites
        Available crypto suites.
    • Constructor Detail

      • InitialHandshakeMessage

        public InitialHandshakeMessage()
        Creates the message.
      • InitialHandshakeMessage

        public InitialHandshakeMessage​(IComponentIdentifier sender,
                                       java.lang.String conversationid,
                                       java.lang.String[] cryptosuites)
        Creates the message.
    • Method Detail

      • getCryptoSuites

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

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