-
- 所有已知实现类:
-
DSAParameterSpec
public interface DSAParams与DSA特定的关键参数集的接口,定义了DSA 密钥族 。 DSA(数字签名算法)在NIST的FIPS-186中定义。
-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 BigIntegergetG()返回基数g。BigIntegergetP()返回素数,p。BigIntegergetQ()返回次贷,q。
-
-
-
方法详细信息
-
getP
BigInteger getP()
返回素数,p。- 结果
-
主要,
p。
-
getQ
BigInteger getQ()
返回次贷,q。- 结果
-
次贷
q。
-
getG
BigInteger getG()
返回底座,g。- 结果
-
the base,
g.
-
-