Class MobileSecurityObject


public class MobileSecurityObject extends CBORPairList
The MobileSecurityObject structure.

For details, see ISO/IEC 18013-5:2021, 9.1.2.4 Signing method and structure for MSO.

Definition

 MobileSecurityObject = {
     "version" : tstr,                ; Version of the MobileSecurityObject
     "digestAlgorithm" : tstr,        ; Message digest algorithm used
     "valueDigests" : ValueDigests,   ; Digests of all data elements per namespace
     "deviceKeyInfo" : DeviceKeyInfo,
     "docType" : tstr,                ; docType as used in Documents
     "validityInfo" : ValidityInfo
 }
 

Additional Parameters

The Token Status List specification introduces a new status parameter to be used with the Status List mechanism.

ISO mdoc [ISO.mdoc] may utilize the Status List mechanism by introducing the status parameter in the Mobile Security Object (MSO) as specified in Section 9.1.2 of [ISO.mdoc]. The status parameter contains the Status CBOR structure as described in Section 6.3.

Since:
1.5
See Also: