Package com.jcraft.jsch
Class DHG1
- java.lang.Object
-
- com.jcraft.jsch.KeyExchange
-
- com.jcraft.jsch.DHG1
-
public class DHG1 extends KeyExchange
-
-
Constructor Summary
Constructors Constructor Description DHG1()
-
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 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
-
-