Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
notes1 [2022/01/03 16:03] – external edit 127.0.0.1 | notes1 [2022/01/19 17:49] (current) – yehuda | ||
---|---|---|---|
Line 13: | Line 13: | ||
</ | </ | ||
+ | |||
+ | |||
+ | <uml> | ||
+ | Alice -> Bob: Authentication Request | ||
+ | Bob --> Alice: Authentication Response | ||
+ | |||
+ | Alice -> Bob: Another authentication Request | ||
+ | Alice <-- Bob: another authentication Response | ||
+ | </ |