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
 }
 
Since:
1.5
See Also: