... | ... | @@ -9,8 +9,14 @@ sequenceDiagram |
|
|
participant D2S_API as "D2SPhere REST API"
|
|
|
|
|
|
autonumber
|
|
|
Dev->Dev_TCP: Hello John, how are you?
|
|
|
Dev_TCP->D2S_TCP: Great!
|
|
|
Dev_TCP<-Dev: load AES key from TPM key store to AES module
|
|
|
Dev->>Dev_TCP: create TCP session
|
|
|
Dev_TCP->>D2S_TCP: sent Login plain (contains uuid/IMEI and used enryption mode)
|
|
|
Dev->>Dev_TCP : load AES key from TPM key store to AES module
|
|
|
Dev_TCP->> Dev_TCP : start using enryption
|
|
|
Dev_TCP->>Dev_TCP : parse Login, mode, uuid
|
|
|
D2S_DB->>Dev_TCP : load AES key for uuid
|
|
|
D2S_TCP->>D2S_TCP : start using enryption
|
|
|
Dev_TCP->D2S_TCP: excahnge data
|
|
|
Dev_TCP->D2S_TCP: excahnge data
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |