@@ -9,7 +9,6 @@ draft: false # TODO CHANGE THIS TO FALSE WHEN YOU ARE READY TO PUBLISH THE PAGE
9
9
order : 5 # Ordering of the steps
10
10
---
11
11
12
-
13
12
### Overview
14
13
15
14
To store data, atPlatform utilizes a straightforward key-value method. A key serves as a unique identifier in key-value pairs.
@@ -68,21 +67,21 @@ A key in atProtocol has the structure described below.
68
67
7 . sharedWith and sharedBy/owner should be same for a self key (Private, Hidden (\_ ), Just self)
69
68
8 . Reserved keys in protocol, private keys and hidden keys cannot be notified
70
69
Ex: notify:\_ secret@jagan: sitaram
71
- 9. Protocol prevents creation of a key with a owner/sharedBy using an atSign that’s not owned by the current user.
72
- 9 . Key cannot be a reserved key.
73
-
74
- List of reserved keys:
75
-
76
- - privatekey: at_pkam_privatekey
77
- - privatekey: at_pkam_publickey
78
- - public: publickey
79
- - privatekey: privatekey
80
- - shared_key
81
- - privatekey: self_encryption_key
82
- - signing_privatekey
83
- - public: signing_publickey
84
- - privatekey: at_secret
85
- - privatekey: at_secret_deleted
70
+ 9 . Protocol prevents creation of a key with a owner/sharedBy using an atSign that’s not owned by the current user.
71
+ 10 . Key cannot be a reserved key.
72
+
73
+ List of reserved keys:
74
+
75
+ - privatekey: at_pkam_privatekey
76
+ - privatekey: at_pkam_publickey
77
+ - public: publickey
78
+ - privatekey: privatekey
79
+ - shared_key
80
+ - privatekey: self_encryption_key
81
+ - signing_privatekey
82
+ - public: signing_publickey
83
+ - privatekey: at_secret
84
+ - privatekey: at_secret_deleted
86
85
87
86
** atPlatform CRUD operations**
88
87
0 commit comments