Package com.jcraft.jsch
Class DHECN
- java.lang.Object
-
- com.jcraft.jsch.KeyExchange
-
- com.jcraft.jsch.DHECN
-
public abstract class DHECN extends KeyExchange
-
-
Constructor Summary
Constructors Constructor Description DHECN()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getState()
void
init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)
boolean
next(Buffer _buf)
-
Methods inherited from class com.jcraft.jsch.KeyExchange
getFingerPrint, getKeyAlgorithName, getKeyType, guess, normalize, verify
-
-
-
-
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 classKeyExchange
- Throws:
java.lang.Exception
-
next
public boolean next(Buffer _buf) throws java.lang.Exception
- Specified by:
next
in classKeyExchange
- Throws:
java.lang.Exception
-
getState
public int getState()
- Specified by:
getState
in classKeyExchange
-
-