net.ssh.jsch
Interface DHInterface

All Known Implementing Classes:
DH

public interface DHInterface


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

Method Detail

init

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

setP

void setP(byte[] p)

setG

void setG(byte[] g)

getE

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

setF

void setF(byte[] f)

getK

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