软件包 | 描述 |
---|---|
java.security |
为安全框架提供类和接口。
|
javax.net.ssl |
为安全套接字包提供类。
|
Modifier and Type | Method and Description |
---|---|
abstract Key |
KeyStoreSpi.engineGetKey(String alias, char[] password)
返回与给定别名关联的密钥,使用给定的密码来恢复它。
|
Key |
KeyStore.getKey(String alias, char[] password)
返回与给定别名关联的密钥,使用给定的密码来恢复它。
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
KeyManagerFactorySpi.engineInit(KeyStore ks, char[] password)
一个关键的材料源初始化这个厂。
|
void |
KeyManagerFactory.init(KeyStore ks, char[] password)
一个关键的材料源初始化这个厂。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.