com.jcraft.jsch
Interface DH

All 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 Detail

init

public void init()
          throws java.lang.Exception
Throws:
java.lang.Exception

setP

public void setP(byte[] p)

setG

public void setG(byte[] g)

getE

public byte[] getE()
            throws java.lang.Exception
Throws:
java.lang.Exception

setF

public void setF(byte[] f)

getK

public byte[] getK()
            throws java.lang.Exception
Throws:
java.lang.Exception