KeyStore.Builder.GetProtectionParameter(String) 方法

定义

返回 ProtectionParameter 在请求具有指定别名时 Entry 要使用的值。

[Android.Runtime.Register("getProtectionParameter", "(Ljava/lang/String;)Ljava/security/KeyStore$ProtectionParameter;", "GetGetProtectionParameter_Ljava_lang_String_Handler")]
public abstract Java.Security.KeyStore.IProtectionParameter GetProtectionParameter(string alias);
[<Android.Runtime.Register("getProtectionParameter", "(Ljava/lang/String;)Ljava/security/KeyStore$ProtectionParameter;", "GetGetProtectionParameter_Ljava_lang_String_Handler")>]
abstract member GetProtectionParameter : string -> Java.Security.KeyStore.IProtectionParameter

参数

alias
String

条目的别名。

返回

属性

例外

如果在查找保护参数期间发生错误,

如果在调用此方法之前未调用,则为 <a0/>。

如果为 .,则为aliasnull

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于