mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +08:00
removed ismap and added not-writable parameters
This commit is contained in:
parent
7b943a4a16
commit
dae4ecc60f
1 changed files with 2 additions and 7 deletions
|
@ -1,12 +1,10 @@
|
||||||
{
|
{
|
||||||
"ClientDataHash": "000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f",
|
"ClientDataHash": "000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f",
|
||||||
"RelyingPartyEntity": {
|
"RelyingPartyEntity": {
|
||||||
"isMap": true,
|
|
||||||
"id": "acme.com",
|
"id": "acme.com",
|
||||||
"name": "Acme"
|
"name": "Acme"
|
||||||
},
|
},
|
||||||
"UserEntity": {
|
"UserEntity": {
|
||||||
"isMap": true,
|
|
||||||
"id": "00000000000000000000000000000000",
|
"id": "00000000000000000000000000000000",
|
||||||
"icon": "https://pics.acme.com/00/p/aBjjjpqPb.png",
|
"icon": "https://pics.acme.com/00/p/aBjjjpqPb.png",
|
||||||
"name": "johnpsmith@acme.com",
|
"name": "johnpsmith@acme.com",
|
||||||
|
@ -14,20 +12,17 @@
|
||||||
},
|
},
|
||||||
"pubKeyCredParams": [
|
"pubKeyCredParams": [
|
||||||
{
|
{
|
||||||
"isMap": true,
|
|
||||||
"type": "public-key",
|
"type": "public-key",
|
||||||
"alg": -7,
|
"alg": -7,
|
||||||
"name": "ES256"
|
".name": "ES256"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"isMap": true,
|
|
||||||
"type": "public-key",
|
"type": "public-key",
|
||||||
"alg": -257,
|
"alg": -257,
|
||||||
"name": "RS256"
|
".name": "RS256"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"options": {
|
"options": {
|
||||||
"isMap": true,
|
|
||||||
"up": false,
|
"up": false,
|
||||||
"uv": false,
|
"uv": false,
|
||||||
"keyStorageDevice": true
|
"keyStorageDevice": true
|
||||||
|
|
Loading…
Add table
Reference in a new issue