Package com.jcraft.jsch
Interface DH
-
- All Known Implementing Classes:
DH
public interface DH
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-