Class SshMsgKexDhReply


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

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

      Constructors 
      Constructor Description
      SshMsgKexDhReply()
      Creates a new SshMsgKexDhReply object.
      SshMsgKexDhReply​(byte[] hostKey, java.math.BigInteger f, byte[] signature)
      Creates a new SshMsgKexDhReply object.
    • Constructor Detail

      • SshMsgKexDhReply

        public SshMsgKexDhReply​(byte[] hostKey,
                                java.math.BigInteger f,
                                byte[] signature)
        Creates a new SshMsgKexDhReply object.
        Parameters:
        hostKey -
        f -
        signature -
      • SshMsgKexDhReply

        public SshMsgKexDhReply()
        Creates a new SshMsgKexDhReply object.