public class KeyPairGenDSA extends java.lang.Object implements KeyPairGenDSA
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
g |
(package private) byte[] |
p |
(package private) byte[] |
q |
(package private) byte[] |
x |
(package private) byte[] |
y |
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