添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
茫然的风衣  ·  Dev Life in IT :: [ ...·  2 天前    · 
谦和的打火机  ·  Java String ...·  2 天前    · 
儒雅的热带鱼  ·  android ...·  2 天前    · 
没有腹肌的煎饼果子  ·  WB4: "Input String ...·  3 小时前    · 
豪情万千的芹菜  ·  [Day 20] 020 - 雜湊 - ...·  11 月前    · 
傻傻的键盘  ·  python ip地址转换-掘金·  1 年前    · 

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge

Returns the X509Certificate chain for the requested alias, or null if the alias does not exist or the caller has no permission to access it (see note on exceptions in #getPrivateKey ).

[Android.Runtime.Register("getCertificateChain", "(Landroid/content/Context;Ljava/lang/String;)[Ljava/security/cert/X509Certificate;", "")]
public static Java.Security.Cert.X509Certificate[]? GetCertificateChain (Android.Content.Context context, string alias);
[<Android.Runtime.Register("getCertificateChain", "(Landroid/content/Context;Ljava/lang/String;)[Ljava/security/cert/X509Certificate;", "")>]
static member GetCertificateChain : Android.Content.Context * string -> Java.Security.Cert.X509Certificate[]

Parameters

The alias of the desired certificate chain, typically returned via KeyChainAliasCallback#alias .

Returns

Remarks

Java documentation for android.security.KeyChain.getCertificateChain(android.content.Context, java.lang.String) .

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.