JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
com.jcraft.jsch
Package
com.jcraft.jsch
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