public class DHG1 extends KeyExchange
Constructor and Description |
---|
DHG1() |
Modifier and Type | Method and Description |
---|---|
int |
getState() |
void |
init(Session session,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C) |
boolean |
next(Buffer _buf) |
getFingerPrint, getKeyAlgorithName, getKeyType, guess, normalize, verify
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 int getState()
getState
in class KeyExchange