JavaTM 2 Platform
Standard Ed. 6

java.security
介面 PrivateKey

所有父級介面:
Key, Serializable
所有已知子介面:
DHPrivateKey, DSAPrivateKey, ECPrivateKey, RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey, RSAPrivateKey

public interface PrivateKey
extends Key

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

另請參見:
Key, PublicKey, Certificate, Signature.initVerify(java.security.PublicKey), DSAPrivateKey, RSAPrivateKey, RSAPrivateCrtKey

欄位摘要
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