JavaTM Platform
Standard Ed. 6

java.security.interfaces
接口 DSAParams

所有已知实现类:
DSAParameterSpec

public interface DSAParams

特定于 DSA 的密钥参数集的接口,它定义 DSA 密钥系列。DSA(数字签名算法)在 NIST 的 FIPS-186 中进行了定义。

另请参见:
DSAKey, Key, Signature

方法摘要
 BigInteger getG()
          返回基数 g
 BigInteger getP()
          返回素数 p
 BigInteger getQ()
          返回子素数 q
 

方法详细信息

getP

BigInteger getP()
返回素数 p

返回:
素数 p

getQ

BigInteger getQ()
返回子素数 q

返回:
子素数 q

getG

BigInteger getG()
返回基数 g

返回:
基数 g

JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策