public abstract class AbstractDH extends KeyExchangeBase
| Modifier and Type | Field and Description |
|---|---|
protected net.schmizz.sshj.transport.kex.DHBase |
dh |
digest, H, hostKey, trans| Constructor and Description |
|---|
AbstractDH(net.schmizz.sshj.transport.kex.DHBase dh,
Digest digest) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getK() |
getH, getHash, getHostKey, init, initializedBufferclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextpublic AbstractDH(net.schmizz.sshj.transport.kex.DHBase dh,
Digest digest)