JavaTM 2 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 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only