From dbc65c449fefa9aaebd7b5543122d1e14101be67 Mon Sep 17 00:00:00 2001 From: stefan Date: Sat, 21 Feb 2026 20:49:40 +0100 Subject: first version of Trust ontology in PlantUML --- PlantUML-ModelingTrust/6-3c.puml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 PlantUML-ModelingTrust/6-3c.puml (limited to 'PlantUML-ModelingTrust/6-3c.puml') diff --git a/PlantUML-ModelingTrust/6-3c.puml b/PlantUML-ModelingTrust/6-3c.puml new file mode 100644 index 0000000..9937ee7 --- /dev/null +++ b/PlantUML-ModelingTrust/6-3c.puml @@ -0,0 +1,31 @@ +@startuml +!include +left to right direction + +Title Page 6: Fig. 3: The Trust Assessment Pattern: GnuPG Download Signature + +' Elemente +Motivation_Stakeholder(trustor, "Trustor\nSecurity Officer\n Signer") +Motivation_Goal(intention, "Keep ISO-Image trustworthy (integrity)") + +Motivation_Assessment(trust, "<>\nCryptographic Signature is trustworthy\n[trust degree = high]") +Strategy_Resource(resource, "<>\nCryptographic Signature") + + + +trustor -[hidden]-> trust +trust -[hidden]-> resource +intention -[hidden]down-> trust + + + +' Beziehungen +Rel_Association(trustor, trust) +Rel_Association(trustor, intention) +Rel_Association(intention, trust) +Rel_Association(trust, resource) + + + +@enduml + -- cgit v1.2.3