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