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
-
-
-
-
Field Detail
-
sha_name
protected String sha_name
-
key_size
protected int key_size
-
-
Method Detail
-
init
public void init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C) throws Exception
- Specified by:
init
in classKeyExchange
- Throws:
Exception
-
next
public boolean next(Buffer _buf) throws Exception
- Specified by:
next
in classKeyExchange
- Throws:
Exception
-
getState
public int getState()
- Specified by:
getState
in classKeyExchange
-
-