public class DSAParameterSpec extends Object implements AlgorithmParameterSpec, DSAParams
AlgorithmParameterSpec
Constructor and Description |
---|
DSAParameterSpec(BigInteger p, BigInteger q, BigInteger g)
使用指定的参数值创建新的DSAParameterSpec。
|
public DSAParameterSpec(BigInteger p, BigInteger q, BigInteger g)
p
- 黄金。
q
- 次级。
g
- 基地。
public BigInteger getP()
p
。
public BigInteger getQ()
q
。
public BigInteger getG()
g
。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.