JavaTM 2 Platform
Standard Ed. 6

javax.crypto
介面 SecretKey

所有父級介面:
Key, Serializable
所有已知子介面:
PBEKey
所有已知實作類別:
KerberosKey, SecretKeySpec

public interface SecretKey
extends Key

秘密(對稱)密鑰。

此介面不包含方法或常數。其唯一目的是分組秘密密鑰(並為其提供型別安全)。

此介面的提供者實作必須改寫繼承自 java.lang.ObjectequalshashCode 方法,以便根據底層密鑰材料而不是根據參考進行秘密密鑰比較。

實作此介面的密鑰以其編碼格式(請參閱 getFormat)返回字元串 RAW,並返回作為 getEncoded 方法調用結果的原始密鑰位元組。(getFormatgetEncoded 方法繼承自 java.security.Key 父介面。)

從以下版本開始:
1.4
另請參見:
SecretKeyFactory, Cipher

欄位摘要
static long serialVersionUID
          已設置的類別指紋表示從 J2SE 1.4 起連續相容。
 
方法摘要
 
從介面 java.security.Key 繼承的方法
getAlgorithm, getEncoded, getFormat
 

欄位詳細資訊

serialVersionUID

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

另請參見:
常數欄位值

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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