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.