JavaTM 2 Platform
Standard Ed. 6

javax.crypto.interfaces
介面 DHPublicKey

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

public interface DHPublicKey
extends DHKey, PublicKey

Diffie-Hellman 公鑰介面。

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

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

欄位詳細資訊

serialVersionUID

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

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

getY

BigInteger getY()
返回公鑰值 y

返回:
公鑰值 y

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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