Package com.jcraft.jsch
Class DHECN
java.lang.Object
com.jcraft.jsch.KeyExchange
com.jcraft.jsch.DHECN
public abstract class DHECN extends KeyExchange
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DHECN() -
Method Summary
Methods inherited from class com.jcraft.jsch.KeyExchange
getFingerPrint, getKeyAlgorithName, getKeyType, guess, normalize, verifyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
sha_name
protected java.lang.String sha_name -
key_size
protected int key_size
-
-
Constructor Details
-
DHECN
public DHECN()
-
-
Method Details
-
init
public void init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C) throws java.lang.Exception- Specified by:
initin classKeyExchange- Throws:
java.lang.Exception
-
next
- Specified by:
nextin classKeyExchange- Throws:
java.lang.Exception
-
getState
public int getState()- Specified by:
getStatein classKeyExchange
-