You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description><![CDATA[Determines the type of credential stored in Peer Public Key, using the same values as the IANA registry of COSE Header Parameters. E.g.
51
-
13: CBOR Web Token (CWT)
52
-
14: CWT Claims Set (CCS)
53
-
24: Unordered bag of C509 certificates
54
-
25: Ordered chain of C509 certificates
55
-
32: Unordered bag of X.509 certificates
56
-
33: Ordered chain of X.509 certificates
57
-
257: Public Key]]></Description>
79
+
<Description><![CDATA[The ID_CRED_x of the credential stored in Peer Public Key.]]></Description>
58
80
</Item>
59
81
<ItemID="1">
60
82
<Name>Peer Public Key</Name>
@@ -67,21 +89,14 @@ LEGAL DISCLAIMER
67
89
<Description><![CDATA[Stores the Peer's public credential.]]></Description>
68
90
</Item>
69
91
<ItemID="2">
70
-
<Name>Client Key Type</Name>
92
+
<Name>Client Key Identifier</Name>
71
93
<Operations></Operations>
72
94
<MultipleInstances>Single</MultipleInstances>
73
95
<Mandatory>Optional</Mandatory>
74
96
<Type>Integer</Type>
75
97
<RangeEnumeration></RangeEnumeration>
76
98
<Units></Units>
77
-
<Description><![CDATA[Determines the type of credential stored in Client Public Key, using the same values as the IANA registry of COSE Header Parameters. E.g.
78
-
13: CBOR Web Token (CWT)
79
-
14: CWT Claims Set (CCS)
80
-
24: Unordered bag of C509 certificates
81
-
25: Ordered chain of C509 certificates
82
-
32: Unordered bag of X.509 certificates
83
-
33: Ordered chain of X.509 certificates
84
-
257: Public Key]]></Description>
99
+
<Description><![CDATA[The ID_CRED_x of the credential stored in Client Public Key. If this Resource is null or not instantiated, the LwM2M Client is to generate the ID_CRED_x matching the Client Public Key.]]></Description>
85
100
</Item>
86
101
<ItemID="3">
87
102
<Name>Client Public Key</Name>
@@ -103,17 +118,17 @@ If this Resource is null or not instantiated, the LwM2M Client is to use OOB cre
103
118
<RangeEnumeration></RangeEnumeration>
104
119
<Units></Units>
105
120
<Description><![CDATA[Stores the LwM2M Client's private key.
106
-
If this Resource is null or not instantiated, the LwM2M Client is to use OOB credentials (e.g. by using EST), and the "Client Public Key" Resource must be null or not instantiated.]]></Description>
121
+
If this Resource is null or not instantiated, the LwM2M Client is to use OOB credentials (e.g. by using EST), and the Client Public Key Resource must be null or not instantiated.]]></Description>
107
122
</Item>
108
123
<ItemID="5">
109
124
<Name>Method</Name>
110
125
<Operations></Operations>
111
126
<MultipleInstances>Single</MultipleInstances>
112
127
<Mandatory>Mandatory</Mandatory>
113
128
<Type>Integer</Type>
114
-
<RangeEnumeration>0...3</RangeEnumeration>
129
+
<RangeEnumeration></RangeEnumeration>
115
130
<Units></Units>
116
-
<Description><![CDATA[The authentication method type value.]]></Description>
131
+
<Description><![CDATA[The authentication method type value, as defined in https://www.iana.org/assignments/edhoc/edhoc.xhtml#edhoc-method-types.]]></Description>
117
132
</Item>
118
133
<ItemID="6">
119
134
<Name>Initiator</Name>
@@ -134,7 +149,7 @@ If this Resource is not instantiated, the default value is True.]]></Description
134
149
<Type>Integer</Type>
135
150
<RangeEnumeration></RangeEnumeration>
136
151
<Units></Units>
137
-
<Description><![CDATA[The label of the EDHOC cipher suite to use as the selected cipher suite.]]></Description>
152
+
<Description><![CDATA[The label of the EDHOC cipher suite to use as the selected cipher suite. If the Initiator Resource is set to True, this Resource must be instantiated.]]></Description>
0 commit comments