com.jcraft.jsch

Interface DH

public interface DH

Method Summary
byte[]getE()
byte[]getK()
voidinit()
voidsetF(byte[] f)
voidsetG(byte[] g)
voidsetP(byte[] p)

Method Detail

getE

public byte[] getE()

getK

public byte[] getK()

init

public void init()

setF

public void setF(byte[] f)

setG

public void setG(byte[] g)

setP

public void setP(byte[] p)