public class DSAPublicKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.math.BigInteger |
g |
private java.math.BigInteger |
p |
private java.math.BigInteger |
q |
private java.math.BigInteger |
y |
Constructor and Description |
---|
DSAPublicKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g,
java.math.BigInteger y) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getG() |
java.math.BigInteger |
getP() |
java.math.BigInteger |
getQ() |
java.math.BigInteger |
getY() |