com.jcraft.jsch

Interface DH

Known Implementing Classes:
DH

public interface DH

Method Summary

byte[]
getE()
byte[]
getK()
void
init()
void
setF(byte[] f)
void
setG(byte[] g)
void
setP(byte[] p)

Method Details

getE

public byte[] getE()
            throws Exception

getK

public byte[] getK()
            throws Exception

init

public void init()
            throws Exception

setF

public void setF(byte[] f)

setG

public void setG(byte[] g)

setP

public void setP(byte[] p)