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, verify
protected 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 KeyExchange
Exception
public boolean next(Buffer _buf) throws Exception
next
in class KeyExchange
Exception
public int getState()
getState
in class KeyExchange
Copyright © 2015 JCraft,Inc.. All rights reserved.