public class DSAPublicKey
extends java.lang.Object
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() |