Class AbstractDH

    • Method Summary

      Modifier and Type Method Description
      java.math.BigInteger getK()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.schmizz.sshj.transport.kex.KeyExchange

        next
    • Field Detail

      • dh

        protected final DHBase dh
    • Constructor Detail

      • AbstractDH

        public AbstractDH​(DHBase dh,
                          Digest digest)
    • Method Detail

      • getK

        public java.math.BigInteger getK()
        Returns:
        the computed K parameter