public class DHG1 extends KeyExchange
构造器和说明 |
---|
DHG1() |
限定符和类型 | 方法和说明 |
---|---|
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
在类中 KeyExchange
java.lang.Exception
public boolean next(Buffer _buf) throws java.lang.Exception
next
在类中 KeyExchange
java.lang.Exception
public int getState()
getState
在类中 KeyExchange