information regarding a device authentication trust token which can be used to generate trust tokens for endpoints/URLs. All attributes are used in ETag calculation except for entity-tag
Name | Type | Description | Attributes |
---|---|---|---|
k | xs:string | base64URL (base64 with URL variant) encoded encryption key | Mandatory |
a | xs:string | name of an algorithm to use, e.g. aes128, default is assumed aes128 if not specified. | |
eid | xs:string | unique identifier for the token info. | Mandatory |
entity-tag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. |
Name | Type | Restrictions |
---|---|---|
EntityTag | xs:string | Length of value must be >=1 Length of value must be <=64 |