AttestationApplicationId

@Immutable
abstract class AttestationApplicationId

This data structure reflects the Android platform's belief as to which apps are allowed to use the secret key material under attestation. The ID can comprise multiple packages if and only if multiple packages share the same UID.

The Attestation Application ID data from KeyMint will not exceed 1K bytes.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
@Immutable
abstract class AttestationPackageInfo
Provides package's name and version number.
Link copied to clipboard
abstract class Builder

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun signatureDigests(): ImmutableSet<ByteString>
Link copied to clipboard