blob: 8abb3a6e47c3b54c6b9b4d16b23f658980d0201b [file] [log] [blame]
Julian Hallc1cf9122021-06-21 13:44:33 +01001'-------------------------------------------------------------------------------
Julian Hall7b594622022-04-08 14:04:15 +01002' Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.
Julian Hallc1cf9122021-06-21 13:44:33 +01003'
4' SPDX-License-Identifier: BSD-3-Clause
5'
6'-------------------------------------------------------------------------------
7
8@startuml
9participant "factory app"
10participant "attestation service"
11participant "keystore"
12
13hnote over "keystore": empty
14"factory app" -> "attestation service" : import_iak
15"attestation service" -> "keystore" : check_exists
16"attestation service" <-- "keystore" : false
17"attestation service" -> "keystore" : store_key
18hnote over "keystore": provisioned
19"factory app" <-- "attestation service" : success
20
21@enduml