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 classKeyStore.CallbackHandlerProtection一个封装CallbackHandler的ProtectionParameter。static classKeyStore.PasswordProtection基于密码的实现ProtectionParameter。Methods in java.security that return KeyStore.ProtectionParameter Modifier and Type 方法 描述 KeyStore.ProtectionParameterDomainLoadStoreParameter. getProtectionParameter()获取此域的密钥库保护参数。abstract KeyStore.ProtectionParameterKeyStore.Builder. getProtectionParameter(String alias)返回应用于获取给定别名的Entry的ProtectionParameters。KeyStore.ProtectionParameterKeyStore.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.EntryKeyStoreSpi. engineGetEntry(String alias, KeyStore.ProtectionParameter protParam)获取具有指定保护参数的指定别名的KeyStore.Entry。voidKeyStoreSpi. engineSetEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam)在指定的别名下保存一个KeyStore.Entry。KeyStore.EntryKeyStore. getEntry(String alias, KeyStore.ProtectionParameter protParam)获取具有指定保护参数的指定别名的密钥库Entry。static KeyStore.BuilderKeyStore.Builder. newInstance(File file, KeyStore.ProtectionParameter protection)返回一个新的Builder对象。static KeyStore.BuilderKeyStore.Builder. newInstance(String type, Provider provider, File file, KeyStore.ProtectionParameter protection)返回一个新的Builder对象。static KeyStore.BuilderKeyStore.Builder. newInstance(String type, Provider provider, KeyStore.ProtectionParameter protection)返回一个新的Builder对象。static KeyStore.BuilderKeyStore.Builder. newInstance(KeyStore keyStore, KeyStore.ProtectionParameter protectionParameter)返回封装给定KeyStore的新Builder。voidKeyStore. 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。
-