... | @@ -9,6 +9,7 @@ sequenceDiagram |
... | @@ -9,6 +9,7 @@ sequenceDiagram |
|
participant D2S_API as "D2SPhere REST API"
|
|
participant D2S_API as "D2SPhere REST API"
|
|
|
|
|
|
autonumber
|
|
autonumber
|
|
|
|
Note over Dev,Dev_TCP,D2S_TCP,D2S_DB,D2S_API: create D2Sphere TCP conncetion
|
|
Dev->>Dev_TCP: create TCP session
|
|
Dev->>Dev_TCP: create TCP session
|
|
Dev_TCP->>D2S_TCP: sent Login plain (contains uuid/IMEI and used enryption mode)
|
|
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->>Dev_TCP : load AES key from TPM key store to AES module
|
... | @@ -18,5 +19,6 @@ sequenceDiagram |
... | @@ -18,5 +19,6 @@ sequenceDiagram |
|
D2S_TCP->>D2S_TCP : start using enryption
|
|
D2S_TCP->>D2S_TCP : start using enryption
|
|
Dev_TCP->D2S_TCP: excahnge data
|
|
Dev_TCP->D2S_TCP: excahnge data
|
|
Dev_TCP->D2S_TCP: excahnge data
|
|
Dev_TCP->D2S_TCP: excahnge data
|
|
|
|
Note over Dev,Dev_TCP,D2S_TCP,D2S_DB,D2S_API: key change via REST API
|
|
|
|
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |