Skip to content

Commit f39ec0d

Browse files
suzannajiwanicopybara-github
authored andcommitted
Add example authlist with all extensions parsed
PiperOrigin-RevId: 903340853
1 parent 31fbda4 commit f39ec0d

1 file changed

Lines changed: 82 additions & 0 deletions

File tree

testdata/complete_authlist.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"attestationVersion": "400",
3+
"attestationSecurityLevel": "TRUSTED_ENVIRONMENT",
4+
"keyMintVersion": "400",
5+
"keyMintSecurityLevel": "TRUSTED_ENVIRONMENT",
6+
"attestationChallenge": "Y2hhbGxlbmdl",
7+
"uniqueId": "dW5pcXVlSWQ=",
8+
"softwareEnforced": {
9+
"purposes": ["1", "2"],
10+
"algorithms": "1",
11+
"keySize": "2048",
12+
"blockModes": ["1", "2"],
13+
"digests": ["1", "2"],
14+
"paddings": ["1", "2"],
15+
"ecCurve": "10",
16+
"rsaPublicExponent": "65537",
17+
"rsaOaepMgfDigests": ["1", "2"],
18+
"activeDateTime": "1000",
19+
"originationExpireDateTime": "2000",
20+
"usageExpireDateTime": "3000",
21+
"noAuthRequired": true,
22+
"userAuthType": "1",
23+
"authTimeout": "60",
24+
"allowWhileOnBody": true,
25+
"trustedUserPresenceRequired": true,
26+
"unlockedDeviceRequired": true,
27+
"creationDateTime": "123456789",
28+
"origin": "GENERATED",
29+
"rollbackResistant": true,
30+
"rootOfTrust": {
31+
"verifiedBootKey": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=",
32+
"deviceLocked": true,
33+
"verifiedBootState": "VERIFIED",
34+
"verifiedBootHash": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="
35+
},
36+
"osVersion": "110000",
37+
"osPatchLevel": "202101",
38+
"attestationApplicationId": {
39+
"packages": [
40+
{"name": "package1", "version": "1"}
41+
],
42+
"signatures": ["c2lnbmF0dXJlMQ=="]
43+
},
44+
"attestationIdBrand": "brand",
45+
"attestationIdDevice": "device",
46+
"attestationIdProduct": "product",
47+
"attestationIdSerial": "serial",
48+
"attestationIdImei": "imei",
49+
"attestationIdMeid": "meid",
50+
"attestationIdManufacturer": "manufacturer",
51+
"attestationIdModel": "model",
52+
"vendorPatchLevel": "20210101",
53+
"bootPatchLevel": "20210101",
54+
"attestationIdSecondImei": "secondImei",
55+
"moduleHash": "bW9kdWxlSGFzaA=="
56+
},
57+
"hardwareEnforced": {
58+
"purposes": ["2"],
59+
"algorithms": "1",
60+
"keySize": "2048",
61+
"rsaPublicExponent": "65537",
62+
"noAuthRequired": true,
63+
"origin": "GENERATED",
64+
"rootOfTrust": {
65+
"verifiedBootKey": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=",
66+
"deviceLocked": false,
67+
"verifiedBootState": "UNVERIFIED",
68+
"verifiedBootHash": "iCWIV2R1rsyzkpgv4vvF9ixpyfyEunPmxTzAUqEWFYY="
69+
},
70+
"osVersion": "140000",
71+
"osPatchLevel": "202408",
72+
"attestationIdBrand": "google",
73+
"attestationIdDevice": "akita",
74+
"attestationIdProduct": "akita",
75+
"attestationIdImei": "351163520096208",
76+
"attestationIdManufacturer": "Google",
77+
"attestationIdModel": "Pixel 8a",
78+
"vendorPatchLevel": "20240805",
79+
"bootPatchLevel": "20240805",
80+
"attestationIdSecondImei": "351163520096216"
81+
}
82+
}

0 commit comments

Comments
 (0)