net.ssh.jsch.jce
Class DH
java.lang.Object
   net.ssh.jsch.jce.DH
net.ssh.jsch.jce.DH
- All Implemented Interfaces: 
- DHInterface
- public class DH 
- extends java.lang.Object- implements DHInterface
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DH
public DH()
init
public void init()
          throws java.lang.Exception
- 
- Specified by:
- initin interface- DHInterface
 
- 
- Throws:
- java.lang.Exception
 
getE
public byte[] getE()
            throws java.lang.Exception
- 
- Specified by:
- getEin interface- DHInterface
 
- 
- Throws:
- java.lang.Exception
 
getK
public byte[] getK()
            throws java.lang.Exception
- 
- Specified by:
- getKin interface- DHInterface
 
- 
- Throws:
- java.lang.Exception
 
setP
public void setP(byte[] p)
- 
- Specified by:
- setPin interface- DHInterface
 
- 
 
setG
public void setG(byte[] g)
- 
- Specified by:
- setGin interface- DHInterface
 
- 
 
setF
public void setF(byte[] f)
- 
- Specified by:
- setFin interface- DHInterface
 
-