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