com.jcraft.jsch.jce
Class DH

java.lang.Object
  extended by com.jcraft.jsch.jce.DH
All Implemented Interfaces:
DH

public class DH
extends Object
implements DH


Constructor Summary
DH()
           
 
Method Summary
 byte[] getE()
           
 byte[] getK()
           
 void init()
           
 void setF(byte[] f)
           
 void setG(byte[] g)
           
 void setP(byte[] p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DH

public DH()
Method Detail

init

public void init()
          throws Exception
Specified by:
init in interface DH
Throws:
Exception

getE

public byte[] getE()
            throws Exception
Specified by:
getE in interface DH
Throws:
Exception

getK

public byte[] getK()
            throws Exception
Specified by:
getK in interface DH
Throws:
Exception

setP

public void setP(byte[] p)
Specified by:
setP in interface DH

setG

public void setG(byte[] g)
Specified by:
setG in interface DH

setF

public void setF(byte[] f)
Specified by:
setF in interface DH


Copyright © 2014 JCraft,Inc.. All Rights Reserved.