Package com.jcraft.jsch.jce
Class DH
- java.lang.Object
-
- com.jcraft.jsch.jce.DH
-
-
Constructor Summary
Constructors Constructor Description DH()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkRange()
byte[]
getE()
byte[]
getK()
void
init()
void
setF(byte[] f)
void
setG(byte[] g)
void
setP(byte[] p)
-
-
-
Method Detail
-
checkRange
public void checkRange() throws Exception
- Specified by:
checkRange
in interfaceDH
- Throws:
Exception
-
-