Class PacketKexDHReply


  • public class PacketKexDHReply
    extends java.lang.Object
    PacketKexDHReply.
    Version:
    $Id: PacketKexDHReply.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.math.BigInteger f  
      (package private) byte[] hostKey  
      (package private) byte[] payload  
      (package private) byte[] signature  
    • Constructor Summary

      Constructors 
      Constructor Description
      PacketKexDHReply​(byte[] payload, int off, int len)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getF()  
      byte[] getHostKey()  
      byte[] getSignature()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • payload

        byte[] payload
      • hostKey

        byte[] hostKey
      • f

        java.math.BigInteger f
      • signature

        byte[] signature
    • Constructor Detail

      • PacketKexDHReply

        public PacketKexDHReply​(byte[] payload,
                                int off,
                                int len)
                         throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getF

        public java.math.BigInteger getF()
      • getHostKey

        public byte[] getHostKey()
      • getSignature

        public byte[] getSignature()