Class DeviceKeyInfo


public class DeviceKeyInfo extends CBORPairList
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: