|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ssh.jsch.jce.KeyPairGenDSA
public class KeyPairGenDSA
Constructor Summary | |
---|---|
KeyPairGenDSA()
|
Method Summary | |
---|---|
byte[] |
getG()
|
byte[] |
getP()
|
byte[] |
getQ()
|
byte[] |
getX()
|
byte[] |
getY()
|
void |
init(int key_size)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyPairGenDSA()
Method Detail |
---|
public void init(int key_size) throws java.lang.Exception
init
in interface KeyPairGenDSAInterface
java.lang.Exception
public byte[] getX()
getX
in interface KeyPairGenDSAInterface
public byte[] getY()
getY
in interface KeyPairGenDSAInterface
public byte[] getP()
getP
in interface KeyPairGenDSAInterface
public byte[] getQ()
getQ
in interface KeyPairGenDSAInterface
public byte[] getG()
getG
in interface KeyPairGenDSAInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |