AttestationPackageInfo

data class AttestationPackageInfo(val name: String, val version: BigInteger)

Representation of the AttestationPackageInfo sequence contained within AttestationApplicationId.

See also

https://source.android.com/docs/security/features/keystore/attestation#attestationapplicationid-schema

Constructors

Link copied to clipboard
constructor(name: String, version: BigInteger)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toAsn1(): <Error class: unknown class>