|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jcraft.jsch.KeyExchange
com.jcraft.jsch.DHGEX
Field Summary |
Fields inherited from class com.jcraft.jsch.KeyExchange |
guess, H, K, K_S, session, sha, STATE_END |
Constructor Summary | |
DHGEX()
|
Method Summary | |
java.lang.String |
getKeyType()
|
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, guess |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DHGEX()
Method Detail |
public void init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C) throws java.lang.Exception
init
in class KeyExchange
java.lang.Exception
public boolean next(Buffer _buf) throws java.lang.Exception
next
in class KeyExchange
java.lang.Exception
public java.lang.String getKeyType()
getKeyType
in class KeyExchange
public int getState()
getState
in class KeyExchange
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |