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