Uses of Interface
java.security.KeyStore.ProtectionParameter
-
Packages that use KeyStore.ProtectionParameter 软件包 描述 java.security 提供安全框架的类和接口。 -
-
Uses of KeyStore.ProtectionParameter in java.security
Classes in java.security that implement KeyStore.ProtectionParameter Modifier and Type Class 描述 static class
KeyStore.CallbackHandlerProtection
一个封装CallbackHandler的ProtectionParameter。static class
KeyStore.PasswordProtection
基于密码的实现ProtectionParameter
。Methods in java.security that return KeyStore.ProtectionParameter Modifier and Type 方法 描述 KeyStore.ProtectionParameter
DomainLoadStoreParameter. getProtectionParameter()
获取此域的密钥库保护参数。abstract KeyStore.ProtectionParameter
KeyStore.Builder. getProtectionParameter(String alias)
返回应用于获取给定别名的Entry
的ProtectionParameters。KeyStore.ProtectionParameter
KeyStore.LoadStoreParameter. getProtectionParameter()
获取用于保护密钥库数据的参数。Methods in java.security that return types with arguments of type KeyStore.ProtectionParameter Modifier and Type 方法 描述 Map<String,KeyStore.ProtectionParameter>
DomainLoadStoreParameter. getProtectionParams()
获取此域中密钥库的密钥库保护参数。Methods in java.security with parameters of type KeyStore.ProtectionParameter Modifier and Type 方法 描述 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(File file, KeyStore.ProtectionParameter protection)
返回一个新的Builder对象。static KeyStore.Builder
KeyStore.Builder. newInstance(String type, Provider provider, File file, KeyStore.ProtectionParameter protection)
返回一个新的Builder对象。static KeyStore.Builder
KeyStore.Builder. newInstance(String type, Provider provider, KeyStore.ProtectionParameter protection)
返回一个新的Builder对象。static KeyStore.Builder
KeyStore.Builder. newInstance(KeyStore keyStore, KeyStore.ProtectionParameter protectionParameter)
返回封装给定KeyStore的新Builder。void
KeyStore. setEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam)
在指定的别名下保存密钥库Entry
。Constructor parameters in java.security with type arguments of type KeyStore.ProtectionParameter Constructor 描述 DomainLoadStoreParameter(URI configuration, Map<String,KeyStore.ProtectionParameter> protectionParams)
使用用于保护密钥库数据的参数构建密钥库域的DomainLoadStoreParameter。
-