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, normalizepublic void init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C) throws java.lang.Exception
init in class KeyExchangejava.lang.Exceptionpublic boolean next(Buffer _buf) throws java.lang.Exception
next in class KeyExchangejava.lang.Exceptionpublic java.lang.String getKeyType()
getKeyType in class KeyExchangepublic int getState()
getState in class KeyExchange