JavaTM 2 Platform
Standard Ed. 6

java.security
介面 PublicKey

所有父級介面:
Key, Serializable
所有已知子介面:
DHPublicKey, DSAPublicKey, ECPublicKey, RSAPublicKey

public interface PublicKey
extends Key

公鑰。此介面不包含任何方法或常數。它僅用於將所有公鑰介面分組(並為其提供型別安全)。 註:特定的公鑰介面擴展此介面。請參見(例如)java.security.interfaces 中的 DSAPublicKey 介面。

另請參見:
Key, PrivateKey, Certificate, Signature.initVerify(java.security.PublicKey), DSAPublicKey, RSAPublicKey

欄位摘要
static long serialVersionUID
          設置為指示與以前的類別版本序列化相容的類別指紋。
 
方法摘要
 
從介面 java.security.Key 繼承的方法
getAlgorithm, getEncoded, getFormat
 

欄位詳細資訊

serialVersionUID

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

另請參見:
常數欄位值

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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