com.jcraft.jsch

Class DHGEX


public class DHGEX
extends KeyExchange

Field Summary

Fields inherited from class com.jcraft.jsch.KeyExchange

H, K, K_S, STATE_END, guess, session, sha

Method Summary

String
getKeyType()
int
getState()
void
init(Session session, byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)
boolean
next(Buffer _buf)

Methods inherited from class com.jcraft.jsch.KeyExchange

getFingerPrint, getKeyType, getState, guess, init, next

Method Details

getKeyType

public String getKeyType()
Overrides:
getKeyType in interface KeyExchange

getState

public int getState()
Overrides:
getState in interface KeyExchange

init

public void init(Session session,
                 byte[] V_S,
                 byte[] V_C,
                 byte[] I_S,
                 byte[] I_C)
            throws Exception
Overrides:
init in interface KeyExchange

next

public boolean next(Buffer _buf)
            throws Exception
Overrides:
next in interface KeyExchange