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
Modifier and Type Method Description StringgetHashAlgorithm()voidsetHashAlgorithm(String hashAlgorithm)
-
Field Details
-
Constructor Details
-
KexState
public KexState()
-
-
Method Details