JavaTM 2 Platform
Standard Ed. 6

javax.crypto.interfaces
介面 DHPrivateKey

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

public interface DHPrivateKey
extends DHKey, PrivateKey

Diffie-Hellman 私鑰介面。

從以下版本開始:
1.4
另請參見:
DHKey, DHPublicKey

欄位摘要
static long serialVersionUID
          已設置的類別指紋表示從 J2SE 1.4 起連續相容。
 
方法摘要
 BigInteger getX()
          返回私鑰值 x
 
從介面 javax.crypto.interfaces.DHKey 繼承的方法
getParams
 
從介面 java.security.Key 繼承的方法
getAlgorithm, getEncoded, getFormat
 

欄位詳細資訊

serialVersionUID

static final long serialVersionUID
已設置的類別指紋表示從 J2SE 1.4 起連續相容。

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

getX

BigInteger getX()
返回私鑰值 x

返回:
私鑰值 x

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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