Class DHECN

    • Field Detail

      • SSH_MSG_KEX_ECDH_REPLY

        private static final int SSH_MSG_KEX_ECDH_REPLY
        See Also:
        Constant Field Values
      • state

        private int state
      • Q_C

        byte[] Q_C
      • V_S

        byte[] V_S
      • V_C

        byte[] V_C
      • I_S

        byte[] I_S
      • I_C

        byte[] I_C
      • e

        byte[] e
      • packet

        private Packet packet
      • ecdh

        private ECDH ecdh
      • sha_name

        protected java.lang.String sha_name
      • key_size

        protected int key_size
    • Constructor Detail

      • DHECN

        public DHECN()
    • Method Detail

      • init

        public void init​(Session session,
                         byte[] V_S,
                         byte[] V_C,
                         byte[] I_S,
                         byte[] I_C)
                  throws java.lang.Exception
        Specified by:
        init in class KeyExchange
        Throws:
        java.lang.Exception
      • next

        public boolean next​(Buffer _buf)
                     throws java.lang.Exception
        Specified by:
        next in class KeyExchange
        Throws:
        java.lang.Exception