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 KeyPairGenDSAjava.lang.Exceptionpublic byte[] getX()
getX in interface KeyPairGenDSApublic byte[] getY()
getY in interface KeyPairGenDSApublic byte[] getP()
getP in interface KeyPairGenDSApublic byte[] getQ()
getQ in interface KeyPairGenDSApublic byte[] getG()
getG in interface KeyPairGenDSACopyright © 2020 JCraft,Inc.. All Rights Reserved.