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