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 KeyPairGenDSA
public interface
KeyPairGenDSA
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
byte[]
getG
()
byte[]
getP
()
byte[]
getQ
()
byte[]
getX
()
byte[]
getY
()
void
init
(int key_size)
Method Details
init
void
init
(int key_size)
throws
Exception
Throws:
Exception
getX
byte[]
getX
()
getY
byte[]
getY
()
getP
byte[]
getP
()
getQ
byte[]
getQ
()
getG
byte[]
getG
()