Class DeviceKeyInfo
java.lang.Object
com.authlete.cbor.CBORItem
com.authlete.cbor.CBORPairList
com.authlete.mdoc.DeviceKeyInfo
The
DeviceKeyInfo
structure.
For details, see ISO/IEC 18013-5:2021, 9.1.2.4 Signing method and structure for MSO.
Definition
DeviceKeyInfo = { "deviceKey" : DeviceKey, ? "keyAuthorizations" :KeyAuthorizations
, ? "keyInfo" :KeyInfo
} DeviceKey = COSE_Key
- Since:
- 1.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceKeyInfo
(COSEKey deviceKey, KeyAuthorizations keyAuthorizations, KeyInfo keyInfo) -
Method Summary
Methods inherited from class com.authlete.cbor.CBORPairList
encode, findByKey, getPairs, parse, prettify, toString
Methods inherited from class com.authlete.cbor.CBORItem
encode, encodeMajorWithNumber, encodeToBase64, encodeToBase64Url, encodeToHex, getComment, prettify, setComment, toString
-
Constructor Details
-
DeviceKeyInfo
-