Package com.jcraft.jsch.jce
Class KeyPairGenDSA
java.lang.Object
com.jcraft.jsch.jce.KeyPairGenDSA
- All Implemented Interfaces:
KeyPairGenDSA
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyPairGenDSA
public KeyPairGenDSA()
-
-
Method Details
-
init
- Specified by:
init
in interfaceKeyPairGenDSA
- Throws:
Exception
-
getX
public byte[] getX()- Specified by:
getX
in interfaceKeyPairGenDSA
-
getY
public byte[] getY()- Specified by:
getY
in interfaceKeyPairGenDSA
-
getP
public byte[] getP()- Specified by:
getP
in interfaceKeyPairGenDSA
-
getQ
public byte[] getQ()- Specified by:
getQ
in interfaceKeyPairGenDSA
-
getG
public byte[] getG()- Specified by:
getG
in interfaceKeyPairGenDSA
-