public class KeyPairGenDSA extends java.lang.Object implements KeyPairGenDSA
Constructor and Description |
---|
KeyPairGenDSA() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getG() |
byte[] |
getP() |
byte[] |
getQ() |
byte[] |
getX() |
byte[] |
getY() |
void |
init(int key_size) |
public void init(int key_size) throws java.lang.Exception
init
in interface KeyPairGenDSA
java.lang.Exception
public byte[] getX()
getX
in interface KeyPairGenDSA
public byte[] getY()
getY
in interface KeyPairGenDSA
public byte[] getP()
getP
in interface KeyPairGenDSA
public byte[] getQ()
getQ
in interface KeyPairGenDSA
public byte[] getG()
getG
in interface KeyPairGenDSA