AppData
Specifies a to-be attested app
Parameters
Android app package name (e.g. at.asitplus.demo)
SHA-256 digests of signature certificates used to sign the APK. This is a Google cloud signing certificate for production play store releases. Being able to specify multiple digests makes it easy to use development builds and production builds in parallel.
optional parameter. If set, attestation enforces application version to be greater or equal to this parameter
Constructors
Types
Properties
optional parameter. If set, attestation enforces Android version to be greater or equal to this parameter. Caution: Major Android versions increment in steps of ten-thousands. I.e. Android 11 is specified as 110000
optional parameter. If set, attestation enforces application version to be greater or equal to this parameter
Internal representation of the patch level as previously contained in the com.google.android.attestation.ParsedAttestationRecord
Android app package name (e.g. at.asitplus.demo)
Mandates Remote Key Provisioning (RKP) for attestation checks to pass
SHA-256 digests of signature certificates used to sign the APK. This is a Google cloud signing certificate for production play store releases. Being able to specify multiple digests makes it easy to use development builds and production builds in parallel
optional parameter. If set, all globally configured trust anchors are discarded and only the trust anchors specified here are used to attest this app.