com.sshtools.j2ssh.transport.kex
Class SshMsgKexDhReply
public class SshMsgKexDhReply
SshMsgKexDhReply() - Creates a new SshMsgKexDhReply object.
|
SshMsgKexDhReply(byte[] hostKey, BigInteger f, byte[] signature) - Creates a new SshMsgKexDhReply object.
|
SSH_MSG_KEXDH_REPLY
protected static final int SSH_MSG_KEXDH_REPLY
SshMsgKexDhReply
public SshMsgKexDhReply()
Creates a new SshMsgKexDhReply object.
SshMsgKexDhReply
public SshMsgKexDhReply(byte[] hostKey,
BigInteger f,
byte[] signature)
Creates a new SshMsgKexDhReply object.
hostKey
- f
- signature
-
getF
public BigInteger getF()
getHostKey
public byte[] getHostKey()
getSignature
public byte[] getSignature()
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.