Class PacketKexDHInit


  • public class PacketKexDHInit
    extends java.lang.Object
    PacketKexDHInit.
    Version:
    $Id: PacketKexDHInit.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 e  
      (package private) byte[] payload  
    • Constructor Summary

      Constructors 
      Constructor Description
      PacketKexDHInit​(java.math.BigInteger e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getPayload()  
      • Methods inherited from class java.lang.Object

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

      • payload

        byte[] payload
      • e

        java.math.BigInteger e
    • Constructor Detail

      • PacketKexDHInit

        public PacketKexDHInit​(java.math.BigInteger e)
    • Method Detail

      • getPayload

        public byte[] getPayload()