| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ssh.jsch.KeyExchange
net.ssh.jsch.DHG1
public class DHG1
| Field Summary | 
|---|
| Fields inherited from class net.ssh.jsch.KeyExchange | 
|---|
| guess, STATE_END | 
| Constructor Summary | |
|---|---|
| DHG1() | |
| Method Summary | |
|---|---|
|  java.lang.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 net.ssh.jsch.KeyExchange | 
|---|
| getFingerPrint | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DHG1()
| Method Detail | 
|---|
public void init(Session session,
                 byte[] V_S,
                 byte[] V_C,
                 byte[] I_S,
                 byte[] I_C)
          throws java.lang.Exception
init in class KeyExchangejava.lang.Exception
public boolean next(Buffer _buf)
             throws java.lang.Exception
next in class KeyExchangejava.lang.Exceptionpublic java.lang.String getKeyType()
getKeyType in class KeyExchangepublic int getState()
getState in class KeyExchange| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||