Class SshMsgKexDhInit


  • public class SshMsgKexDhInit
    extends SshMessage
    Version:
    $Revision: 1.17 $
    Author:
    $author$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static int SSH_MSG_KEXDH_INIT  
    • Constructor Summary

      Constructors 
      Constructor Description
      SshMsgKexDhInit()
      Creates a new SshMsgKexDhInit object.
      SshMsgKexDhInit​(java.math.BigInteger e)
      Creates a new SshMsgKexDhInit object.
    • Constructor Detail

      • SshMsgKexDhInit

        public SshMsgKexDhInit​(java.math.BigInteger e)
        Creates a new SshMsgKexDhInit object.
        Parameters:
        e -
      • SshMsgKexDhInit

        public SshMsgKexDhInit()
        Creates a new SshMsgKexDhInit object.