软件包 | 描述 |
---|---|
java.security |
为安全框架提供类和接口。
|
Modifier and Type | Class and Description |
---|---|
static class |
KeyStore.CallbackHandlerProtection
一个protectionparameter封装callbackhandler。
|
static class |
KeyStore.PasswordProtection
一种基于口令的
ProtectionParameter 实施。
|
Modifier and Type | Method and Description |
---|---|
KeyStore.ProtectionParameter |
KeyStore.LoadStoreParameter.getProtectionParameter()
被用来保护密钥数据的参数。
|
KeyStore.ProtectionParameter |
DomainLoadStoreParameter.getProtectionParameter()
获取此域密钥保护参数。
|
abstract KeyStore.ProtectionParameter |
KeyStore.Builder.getProtectionParameter(String alias)
返回应用于获取与给定的别名
Entry 的保护参量设计时。
|
Modifier and Type | Method and Description |
---|---|
Map<String,KeyStore.ProtectionParameter> |
DomainLoadStoreParameter.getProtectionParams()
获取此域中的密钥的私钥保护参数。
|
Modifier and Type | Method and Description |
---|---|
KeyStore.Entry |
KeyStoreSpi.engineGetEntry(String alias, KeyStore.ProtectionParameter protParam)
获取指定别名与指定的保护参数的
KeyStore.Entry 。
|
void |
KeyStoreSpi.engineSetEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam)
省下一
KeyStore.Entry 指定别名。
|
KeyStore.Entry |
KeyStore.getEntry(String alias, KeyStore.ProtectionParameter protParam)
获取指定别名与指定参数保护密钥库
Entry 。
|
static KeyStore.Builder |
KeyStore.Builder.newInstance(KeyStore keyStore, KeyStore.ProtectionParameter protectionParameter)
返回一个新的功能,封装了特定的密钥库。
|
static KeyStore.Builder |
KeyStore.Builder.newInstance(String type, Provider provider, File file, KeyStore.ProtectionParameter protection)
返回一个新的生成器对象。
|
static KeyStore.Builder |
KeyStore.Builder.newInstance(String type, Provider provider, KeyStore.ProtectionParameter protection)
返回一个新的生成器对象。
|
void |
KeyStore.setEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam)
节省下的密钥库
Entry 指定别名。
|
Constructor and Description |
---|
DomainLoadStoreParameter(URI configuration, Map<String,KeyStore.ProtectionParameter> protectionParams)
构造了一个用于保护私钥的密钥数据参数域domainloadstoreparameter。
|
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.