Package com.jcraft.jsch
Class DHGEX
- java.lang.Object
-
- com.jcraft.jsch.KeyExchange
-
- com.jcraft.jsch.DHGEX
-
- Direct Known Subclasses:
DHGEX256
public class DHGEX extends KeyExchange
-
-
Constructor Summary
Constructors Constructor Description DHGEX()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intcheck2048(java.lang.Class c, int _max)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
-
check2048
protected int check2048(java.lang.Class c, int _max) throws java.lang.Exception- Throws:
java.lang.Exception
-
-