JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
com.jcraft.jsch
com.jcraft.jsch
DH
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
init()
setP(byte[])
setG(byte[])
getE()
setF(byte[])
getK()
checkRange()
Interface 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)
Method Details
init
void
init
() throws
Exception
Throws:
Exception
setP
void
setP
(byte[] p)
setG
void
setG
(byte[] g)
getE
byte[]
getE
() throws
Exception
Throws:
Exception
setF
void
setF
(byte[] f)
getK
byte[]
getK
() throws
Exception
Throws:
Exception
checkRange
void
checkRange
() throws
Exception
Throws:
Exception