ch.ethz.ssh2.transport
Class KexState
java.lang.Object
ch.ethz.ssh2.transport.KexState
public class KexState
- extends Object
KexState.
- Version:
- 2.50, 03/15/10
- Author:
- Christian Plattner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
KexState
public KexState()
Copyright © 2011. All Rights Reserved.