JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
com.jcraft.jsch
com.jcraft.jsch
KeyPairGenDSA
Contents
Description
Method Summary
Method Details
init(int)
getX()
getY()
getP()
getQ()
getG()
Hide sidebar
Show sidebar
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
()