ch.ethz.ssh2.packets
Class PacketKexDhGexGroup

java.lang.Object
  extended by ch.ethz.ssh2.packets.PacketKexDhGexGroup

public class PacketKexDhGexGroup
extends Object

PacketKexDhGexGroup.

Version:
2.50, 03/15/10
Author:
Christian Plattner

Constructor Summary
PacketKexDhGexGroup(byte[] payload, int off, int len)
           
 
Method Summary
 BigInteger getG()
           
 BigInteger getP()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PacketKexDhGexGroup

public PacketKexDhGexGroup(byte[] payload,
                           int off,
                           int len)
                    throws IOException
Throws:
IOException
Method Detail

getG

public BigInteger getG()

getP

public BigInteger getP()


Copyright © 2011. All Rights Reserved.