|
JavaTM 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 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。