AttestedKeyPair(KeyPair, IList<Certificate>) 构造函数

定义

用于创建新实例的公共构造函数(可用于测试)。

[Android.Runtime.Register(".ctor", "(Ljava/security/KeyPair;Ljava/util/List;)V", "", ApiSince=30)]
public AttestedKeyPair(Java.Security.KeyPair? keyPair, System.Collections.Generic.IList<Java.Security.Cert.Certificate> attestationRecord);
[<Android.Runtime.Register(".ctor", "(Ljava/security/KeyPair;Ljava/util/List;)V", "", ApiSince=30)>]
new Android.Security.AttestedKeyPair : Java.Security.KeyPair * System.Collections.Generic.IList<Java.Security.Cert.Certificate> -> Android.Security.AttestedKeyPair

参数

keyPair
KeyPair

与证明记录关联的密钥对。

attestationRecord
IList<Certificate>

提供的密钥对的证明记录。

属性

注解

用于创建新实例的公共构造函数(可用于测试)。

Java文档android.security.AttestedKeyPair.AttestedKeyPair(java.security.KeyPair, java.util.List<java.security.cert.Certificate>)

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

适用于