Class PacketKexDHReply

java.lang.Object
com.trilead.ssh2.packets.PacketKexDHReply

public class PacketKexDHReply extends Object
PacketKexDHReply.
  • Constructor Details

    • PacketKexDHReply

      public PacketKexDHReply(byte[] payload, int off, int len) throws IOException
      Throws:
      IOException
  • Method Details

    • getF

      public BigInteger getF()
    • getHostKey

      public byte[] getHostKey()
    • getSignature

      public byte[] getSignature()