blob: fef117c05f086f3d1474a45bc92ad24b17b9e12e [file] [log] [blame]
Julian Hallc1cf9122021-06-21 13:44:33 +01001'-------------------------------------------------------------------------------
2' Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
3'
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