summaryrefslogtreecommitdiff
path: root/PlantUML-ModelingTrust/6-3c.puml
diff options
context:
space:
mode:
authorstefan <stefan@i3mint.local>2026-02-21 20:49:40 +0100
committerstefan <stefan@i3mint.local>2026-02-21 20:49:40 +0100
commitdbc65c449fefa9aaebd7b5543122d1e14101be67 (patch)
treecd3e01274ff554657530eb5da26a81e79cb4b201 /PlantUML-ModelingTrust/6-3c.puml
parentb03111feaa77470dbdc3395404025826bc5594bd (diff)
first version of Trust ontology in PlantUML
Diffstat (limited to 'PlantUML-ModelingTrust/6-3c.puml')
-rw-r--r--PlantUML-ModelingTrust/6-3c.puml31
1 files changed, 31 insertions, 0 deletions
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 <archimate/Archimate>
+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, "<<Trust>>\nCryptographic Signature is trustworthy\n[trust degree = high]")
+Strategy_Resource(resource, "<<Trustee>>\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
+