Class AbstractDH
java.lang.Object
net.schmizz.sshj.transport.kex.KeyExchangeBase
net.schmizz.sshj.transport.kex.AbstractDH
- All Implemented Interfaces:
KeyExchange
- Direct Known Subclasses:
AbstractDHG, AbstractDHGex
-
Field Summary
FieldsFields inherited from class KeyExchangeBase
digest, H, hostKey, trans -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class KeyExchangeBase
getH, getHash, getHostKey, init, initializedBufferMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface KeyExchange
next
-
Field Details
-
dh
-
-
Constructor Details
-
AbstractDH
-
-
Method Details
-
getK
- Returns:
- the computed K parameter
-