|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
java.lang.Objectjava.security.KeyStore.SecretKeyEntry
public static final class KeyStore.SecretKeyEntry
保存 SecretKey 的 KeyStore 項。
| 建構子摘要 | |
|---|---|
KeyStore.SecretKeyEntry(SecretKey secretKey)
用 SecretKey 建構 SecretKeyEntry。 |
|
| 方法摘要 | |
|---|---|
SecretKey |
getSecretKey()
從此項中獲取 SecretKey。 |
String |
toString()
返回此 SecretKeyEntry 的字元串表示形式。 |
| 從類別 java.lang.Object 繼承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 建構子詳細資訊 |
|---|
public KeyStore.SecretKeyEntry(SecretKey secretKey)
SecretKey 建構 SecretKeyEntry。
secretKey - SecretKey
NullPointerException - 如果 secretKey 為 null。| 方法詳細資訊 |
|---|
public SecretKey getSecretKey()
SecretKey。
SecretKey。public String toString()
Object 中的 toString
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。