public class DSAPrivateKey extends Object
Constructor and Description |
---|
DSAPrivateKey(BigInteger p,
BigInteger q,
BigInteger g,
BigInteger y,
BigInteger x) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getG() |
BigInteger |
getP() |
DSAPublicKey |
getPublicKey() |
BigInteger |
getQ() |
BigInteger |
getX() |
BigInteger |
getY() |
public DSAPrivateKey(BigInteger p, BigInteger q, BigInteger g, BigInteger y, BigInteger x)
public BigInteger getP()
public BigInteger getQ()
public BigInteger getG()
public BigInteger getY()
public BigInteger getX()
public DSAPublicKey getPublicKey()
Copyright © 2022. All rights reserved.