public class DHGEX extends KeyExchange
Constructor and Description |
---|
DHGEX() |
Modifier and Type | Method and Description |
---|---|
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) |
getFingerPrint, guess, normalize
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