Skip to content

Commit bcd5562

Browse files
committed
fix: resolved conflicts from merge
1 parent 32d8e1b commit bcd5562

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/en/plantuml/rp-mobile-instance-access-certificate-issuance.puml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hide footbox
55
'Participants
66
actor "User" as user
77
participant "Mobile Relying Party Instance" as app
8-
participant "Key Attestation APIs" as aats #springgreen
8+
participant "Device Integrity Service API" as aats #springgreen
99
participant "Relying Party Backend" as bck
1010
participant "Relying Party Instance\nAccess Certificate Authority" as ca
1111

@@ -25,7 +25,7 @@ app->app: Generate ""client_data"" and\ncompute ""client_data_hash""
2525
app->aats: ""client_data_hash""
2626
activate aats
2727

28-
aats-->app: ""key_attestation""
28+
aats-->app: ""integrity_assertion""
2929
deactivate aats
3030

3131
app->app: Generate ""hardware_signature""

docs/en/plantuml/wallet-attestation-issuance.puml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hide footbox
55

66
actor "User" as user
77
participant "Wallet Instance" as app
8-
participant "Key Attestation APIs" as aats #springgreen
8+
participant "Device Integrity Service APIs" as aats #springgreen
99
participant "Wallet Provider backend" as bck
1010

1111

@@ -36,17 +36,17 @@ app->app: Generate ""client_data_hash"" as SHA256(""nonce"", ""ephemeral_key_pub
3636
app->app: Generate Cryptographic Hardware Key PoP\n""hardware_signature"" = sign((""client_data_hash"", ""hardware_key_tag""), ""hardware_key_priv"")
3737

3838
app->aats: ""client_data_hash""
39-
aats-->app: ""key_attestation""
39+
aats-->app: ""integrity_assertion""
4040

41-
app->app: Generate Wallet Attestation Request with ""key_attestation"", ""hardware_signature"", ""nonce"",\n""hardware_key_tag"", ""ephemeral_key_pub"" signed with ephemeral ""ephemeral_key_priv""
41+
app->app: Generate Wallet Attestation Request with ""integrity_assertion"", ""hardware_signature"", ""nonce"",\n""hardware_key_tag"", ""ephemeral_key_pub"" signed with ephemeral ""ephemeral_key_priv""
4242
app->bck: Send Wallet Attestation Request
4343
activate bck
4444
rnote over bck,bck #LIGHTGREEN
4545
Check if Wallet Instance is initialized and valid
4646
using ""hardware_key_tag""
4747
endrnote
4848
bck->bck: Validate ""nonce""
49-
bck->bck: Validate ""key_attestation""
49+
bck->bck: Validate ""integrity_assertion""
5050
bck->bck: Validate ""hardware_signature""
5151
bck->bck: Validate ""ephemeral_key_pub"" PoP
5252
bck->bck: Create Wallet Attestation

0 commit comments

Comments
 (0)