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