public class DSAPrivateKey
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 |
x |
private java.math.BigInteger |
y |
Constructor and Description |
---|
DSAPrivateKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g,
java.math.BigInteger y,
java.math.BigInteger x) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getG() |
java.math.BigInteger |
getP() |
DSAPublicKey |
getPublicKey() |
java.math.BigInteger |
getQ() |
java.math.BigInteger |
getX() |
java.math.BigInteger |
getY() |
private java.math.BigInteger p
private java.math.BigInteger q
private java.math.BigInteger g
private java.math.BigInteger x
private java.math.BigInteger y
public DSAPrivateKey(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g, java.math.BigInteger y, java.math.BigInteger x)
public java.math.BigInteger getP()
public java.math.BigInteger getQ()
public java.math.BigInteger getG()
public java.math.BigInteger getY()
public java.math.BigInteger getX()
public DSAPublicKey getPublicKey()