Package com.jcraft.jsch.jce
Class KeyPairGenDSA
- java.lang.Object
-
- com.jcraft.jsch.jce.KeyPairGenDSA
-
- All Implemented Interfaces:
KeyPairGenDSA
public class KeyPairGenDSA extends Object implements KeyPairGenDSA
-
-
Constructor Summary
Constructors Constructor Description KeyPairGenDSA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getG()
byte[]
getP()
byte[]
getQ()
byte[]
getX()
byte[]
getY()
void
init(int key_size)
-
-
-
Method Detail
-
init
public void init(int key_size) throws Exception
- 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
-
-