Class DeviceNameSpacesEntry
java.lang.Object
com.authlete.cbor.CBORPair
com.authlete.mdoc.DeviceNameSpacesEntry
An entry in the
DeviceNameSpaces
structure.
For details, see ISO/IEC 18013-5:2021, 8.3.2.1.2.2 Device retrieval mdoc response.
Definition
DeviceNameSpaces = {
* NameSpace => DeviceSignedItems
}
- Since:
- 1.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceNameSpacesEntry
(CBORString nameSpace, DeviceSignedItems items) DeviceNameSpacesEntry
(String nameSpace, DeviceSignedItems items) -
Method Summary
Methods inherited from class com.authlete.cbor.CBORPair
encode, getKey, getKeyComment, getValue, getValueComment, prettify, setKeyComment, setValueComment, toString
-
Constructor Details
-
DeviceNameSpacesEntry
-
DeviceNameSpacesEntry
-