com.jcraft.jsch
Class DHG14
java.lang.Object
com.jcraft.jsch.KeyExchange
com.jcraft.jsch.DHG14
public class DHG14
- extends KeyExchange
Constructor Summary |
DHG14()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DHG14
public DHG14()
init
public void init(Session session,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C)
throws Exception
- Specified by:
init
in class KeyExchange
- Throws:
Exception
next
public boolean next(Buffer _buf)
throws Exception
- Specified by:
next
in class KeyExchange
- Throws:
Exception
getKeyType
public String getKeyType()
- Specified by:
getKeyType
in class KeyExchange
getState
public int getState()
- Specified by:
getState
in class KeyExchange
Copyright © 2014 JCraft,Inc.. All Rights Reserved.