From c912962ee6efc27a5af4ffa8e9c6c693fff1df7d Mon Sep 17 00:00:00 2001 From: Biagio Maione Date: Wed, 5 Mar 2025 14:36:12 +0000 Subject: [PATCH] Updated version of Figure_5.9.1.puml --- 104000/Figure_5.9.1.puml | 56 ++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/104000/Figure_5.9.1.puml b/104000/Figure_5.9.1.puml index b024da2..7ee325e 100644 --- a/104000/Figure_5.9.1.puml +++ b/104000/Figure_5.9.1.puml @@ -1,28 +1,28 @@ -@startuml Figure 5.8.1 - Image key insertion and decryption - -!include tcli.puml - -participant "ELI" as x0s - -box "ADMF" #Lightblue -participant LISE as lise -end box - - -== Phase 7: Image Key Insertion (via notification) == -autonumber 1 "(##) " - -activate x0s - - -x0s<-lise:**NotificationRequest** -x0s->lise:**NotificationResponse** -x0s->lise:**ConfigurationRequest** -x0s<[#blue]-lise:**ConfigurationResponse: **\n**X0ConfigurationDetails=ImageKeyDetails ** - - -x0s->x0s:Store IMK data - - - -@enduml +@startuml Figure 5.8.1 - Image key insertion and decryption + +!include ../style/tcli.puml + +participant "ELI" as x0s + +box "ADMF" #Lightblue +participant LISE as lise +end box + + +== Phase 7: Image Key Insertion (via notification) == +autonumber 1 "(##) " + +activate x0s + + +x0s<-lise:**NotificationRequest** +x0s->lise:**NotificationResponse** +x0s->lise:**ConfigurationRequest** +x0s<[#blue]-lise:**ConfigurationResponse: **\n**X0ConfigurationDetails=ImageKeyDetails ** + + +x0s->x0s:Store IMK data + + + +@enduml -- GitLab