Class DHG

    • Constructor Summary

      Constructors 
      Constructor Description
      DHG​(java.math.BigInteger group, java.math.BigInteger generator, Digest digest)  
    • Method Summary

      Modifier and Type Method Description
      protected void initDH​(DHBase dh)  
      • Methods inherited from class net.schmizz.sshj.transport.kex.AbstractDH

        getK
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DHG

        public DHG​(java.math.BigInteger group,
                   java.math.BigInteger generator,
                   Digest digest)
    • Method Detail

      • initDH

        protected void initDH​(DHBase dh)
                       throws java.security.GeneralSecurityException
        Specified by:
        initDH in class AbstractDHG
        Throws:
        java.security.GeneralSecurityException