JavaTM 2 Platform
Standard Ed. 6

java.security.interfaces
介面 DSAPublicKey

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

public interface DSAPublicKey
extends DSAKey, PublicKey

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

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

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

欄位詳細資訊

serialVersionUID

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

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

getY

BigInteger getY()
返回公用密鑰值 y

返回:
公用密鑰值 y

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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