DSAPrivateKey
@Deprecated public class DSAPrivateKey extends Object
DSAPrivateKey
Constructor and Description |
---|
DSAPrivateKey(BigInteger p,
BigInteger q,
BigInteger g,
BigInteger y,
BigInteger x)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
getG()
Deprecated.
|
BigInteger |
getP()
Deprecated.
|
DSAPublicKey |
getPublicKey()
Deprecated.
|
BigInteger |
getQ()
Deprecated.
|
BigInteger |
getX()
Deprecated.
|
BigInteger |
getY()
Deprecated.
|
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 © 2020. All rights reserved.