public abstract class DHECN extends KeyExchange
| Modifier and Type | Field and Description |
|---|---|
protected int |
key_size |
protected String |
sha_name |
| Constructor and Description |
|---|
DHECN() |
| 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, verifyprotected String sha_name
protected int key_size
public void init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C) throws Exception
init in class KeyExchangeExceptionpublic boolean next(Buffer _buf) throws Exception
next in class KeyExchangeExceptionpublic int getState()
getState in class KeyExchangeCopyright © 2019. All rights reserved.