java.lang.Object
com.jcraft.jsch.jce.DH
public class DH
extends java.lang.Object
implements DH
byte[]
getE()
getK()
void
init()
setF(byte[] f)
setG(byte[] g)
setP(byte[] p)
public byte[] getE() throws Exception
Specified by:getE in interface DH
public byte[] getK() throws Exception
Specified by:getK in interface DH
public void init() throws Exception
Specified by:init in interface DH
public void setF(byte[] f)
Specified by:setF in interface DH
public void setG(byte[] g)
Specified by:setG in interface DH
public void setP(byte[] p)
Specified by:setP in interface DH