|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.security.KeyStore.PasswordProtection
public static class KeyStore.PasswordProtection
ProtectionParameter
的一個基於密碼的實作。
建構子摘要 | |
---|---|
KeyStore.PasswordProtection(char[] password)
創建一個 password 參數。 |
方法摘要 | |
---|---|
void |
destroy()
清除密碼。 |
char[] |
getPassword()
獲取密碼。 |
boolean |
isDestroyed()
確定密碼是否已被清除。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
建構子詳細資訊 |
---|
public KeyStore.PasswordProtection(char[] password)
在將指定的 password
存儲進新的 PasswordProtection
物件前將其複製。
方法詳細資訊 |
---|
public char[] getPassword()
注意,此方法返回一個對密碼的參考。如果創建了陣列的一個副本,調用方負責在不再需要密碼後清空密碼資訊。
null
IllegalStateException
- 如果密碼已經被清除(銷毀)destroy()
public void destroy() throws DestroyFailedException
Destroyable
中的 destroy
DestroyFailedException
- 如果此方法不能清除密碼。public boolean isDestroyed()
Destroyable
中的 isDestroyed
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。