Share via


AttestedKeyPair(KeyPair, IList<Certificate>) Constructor

Definition

Public constructor for creating a new instance (useful for testing).

[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

Parameters

keyPair
KeyPair

the key pair associated with the attestation record.

attestationRecord
IList<Certificate>

attestation record for the provided key pair.

Attributes

Remarks

Public constructor for creating a new instance (useful for testing).

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

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.

Applies to