Package com.trilead.ssh2.transport
Class KexState
- java.lang.Object
-
- com.trilead.ssh2.transport.KexState
-
public class KexState extends Object
KexState.- Version:
- $Id: KexState.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
-
Field Summary
Fields Modifier and Type Field Description DHGexParametersdhgexParametersDhGroupExchangedhgxDhExchangedhxbyte[]Hbyte[]hostkeyBigIntegerKPacketKexInitlocalKEXNegotiatedParametersnpPacketKexInitremoteKEXintstate
-
Constructor Summary
Constructors Constructor Description KexState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHashAlgorithm()voidsetHashAlgorithm(String hashAlgorithm)
-
-
-
Field Detail
-
localKEX
public PacketKexInit localKEX
-
remoteKEX
public PacketKexInit remoteKEX
-
np
public NegotiatedParameters np
-
state
public int state
-
K
public BigInteger K
-
H
public byte[] H
-
hostkey
public byte[] hostkey
-
dhx
public DhExchange dhx
-
dhgx
public DhGroupExchange dhgx
-
dhgexParameters
public DHGexParameters dhgexParameters
-
-