Class ValidityInfo


public class ValidityInfo extends CBORPairList
The ValidityInfo structure containing information related to the validity of the Mobile Security Object and its signature.

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

Definition

 ValidityInfo = {
     "signed" : tdate,
     "validFrom" : tdate,
     "validUntil": tdate,
     ? "expectedUpdate" : tdate
 }
 
Since:
1.5
See Also: