Package com.jcraft.jsch.jce
Class DH
java.lang.Object
com.jcraft.jsch.jce.DH
- All Implemented Interfaces:
DH
public class DH extends java.lang.Object implements DH
-
Constructor Summary
Constructors Constructor Description DH() -
Method Summary
-
Constructor Details
-
DH
public DH()
-
-
Method Details
-
init
public void init() throws java.lang.Exception -
getE
public byte[] getE() throws java.lang.Exception -
getK
public byte[] getK() throws java.lang.Exception -
setP
public void setP(byte[] p) -
setG
public void setG(byte[] g) -
setF
public void setF(byte[] f) -
checkRange
public void checkRange() throws java.lang.Exception- Specified by:
checkRangein interfaceDH- Throws:
java.lang.Exception
-