Class SshMsgKexDhReply

java.lang.Object
com.sshtools.j2ssh.transport.SshMessage
com.sshtools.j2ssh.transport.kex.SshMsgKexDhReply

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

  • Constructor Details

    • SshMsgKexDhReply

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

      public SshMsgKexDhReply()
      Creates a new SshMsgKexDhReply object.
  • Method Details