JavaTM 2 Platform
Standard Ed. 6

java.security.interfaces
介面 DSAPrivateKey

所有父級介面:
DSAKey, Key, PrivateKey, Serializable

public interface DSAPrivateKey
extends DSAKey, PrivateKey

DSA 專用密鑰的標準介面。DSA(數位簽章演算法)在 NIST 的 FIPS-186 中進行了定義。

另請參見:
Key, Signature, DSAKey, DSAPublicKey

欄位摘要
static long serialVersionUID
          設置為指示與以前的類別版本序列化相容的類別指紋。
 
方法摘要
 BigInteger getX()
          返回專用密鑰值 x
 
從介面 java.security.interfaces.DSAKey 繼承的方法
getParams
 
從介面 java.security.Key 繼承的方法
getAlgorithm, getEncoded, getFormat
 

欄位詳細資訊

serialVersionUID

static final long serialVersionUID
設置為指示與以前的類別版本序列化相容的類別指紋。

另請參見:
常數欄位值
方法詳細資訊

getX

BigInteger getX()
返回專用密鑰值 x

返回:
專用密鑰值 x

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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