net.ssh.jsch.jce
Class DH

java.lang.Object
  extended by net.ssh.jsch.jce.DH
All Implemented Interfaces:
DHInterface

public class DH
extends java.lang.Object
implements DHInterface


Constructor Summary
DH()
           
 
Method Summary
 byte[] getE()
           
 byte[] getK()
           
 void init()
           
 void setF(byte[] f)
           
 void setG(byte[] g)
           
 void setP(byte[] p)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DH

public DH()
Method Detail

init

public void init()
          throws java.lang.Exception
Specified by:
init in interface DHInterface
Throws:
java.lang.Exception

getE

public byte[] getE()
            throws java.lang.Exception
Specified by:
getE in interface DHInterface
Throws:
java.lang.Exception

getK

public byte[] getK()
            throws java.lang.Exception
Specified by:
getK in interface DHInterface
Throws:
java.lang.Exception

setP

public void setP(byte[] p)
Specified by:
setP in interface DHInterface

setG

public void setG(byte[] g)
Specified by:
setG in interface DHInterface

setF

public void setF(byte[] f)
Specified by:
setF in interface DHInterface