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 intgetState()voidinit(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)booleannext(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:
initin classKeyExchange- Throws:
java.lang.Exception
-
next
public boolean next(Buffer _buf) throws java.lang.Exception
- Specified by:
nextin classKeyExchange- Throws:
java.lang.Exception
-
getState
public int getState()
- Specified by:
getStatein classKeyExchange
-
-