AlgorithmParameterSpec
Modifier and Type | Field and Description |
---|---|
pack-priv BigInteger | |
pack-priv BigInteger | |
pack-priv BigInteger |
Access | Constructor and Description |
---|---|
public | DSAParameterSpec(BigInteger
the prime. p, BigInteger the sub-prime. q, BigInteger the base. g)Creates a new DSAParameterSpec with the specified parameter values. |
Modifier and Type | Method and Description |
---|---|
public BigInteger | |
public BigInteger | |
public BigInteger | Returns: the sub-primeq .Implements java. Returns the sub-prime |
g | back to summary |
---|---|
pack-priv BigInteger g |
p | back to summary |
---|---|
pack-priv BigInteger p |
q | back to summary |
---|---|
pack-priv BigInteger q |
DSAParameterSpec | back to summary |
---|---|
public DSAParameterSpec(BigInteger p, BigInteger q, BigInteger g) Creates a new DSAParameterSpec with the specified parameter values.
|
getG | back to summary |
---|---|
public BigInteger getG() Implements java. Returns the base
|
getP | back to summary |
---|---|
public BigInteger getP() Implements java. Returns the prime
|
getQ | back to summary |
---|---|
public BigInteger getQ() Implements java. Returns the sub-prime
|