KeyStoreManager.GetSupplementaryAttestationInfo(Int32) Method

Definition

Returns tag-specific data required to interpret a tag's attested value.

[Android.Runtime.Register("getSupplementaryAttestationInfo", "(I)[B", "", ApiSince=36)]
public byte[] GetSupplementaryAttestationInfo(int tag);
[<Android.Runtime.Register("getSupplementaryAttestationInfo", "(I)[B", "", ApiSince=36)>]
member this.GetSupplementaryAttestationInfo : int -> byte[]

Parameters

tag
Int32

tag for which info is being requested

Returns

Byte[]

tag-specific info

Attributes

Remarks

Returns tag-specific data required to interpret a tag's attested value.

When performing key attestation, the obtained attestation certificate contains a list of tags and their corresponding attested values. For some tags, additional information about the attested value can be queried via this API. See individual tags for specifics.

Java documentation for android.security.keystore.KeyStoreManager.getSupplementaryAttestationInfo(int).

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