IO Wallet SDK
    Preparing search index...

    NFC-read document evidence from CIE (Italian ID card) containing:

    • Data Groups (DG1, DG11) with personal information
    • Security Objects of Document (SOD) for MRTD and IAS applications
    • IAS public key and Anti-Cloning challenge signature

    It is alligned to the IT-Wallet v1.3 specs

    IT-Wallet L2+ specification Section 12.1.3.5.3.5 (Validation JWT Structure)

    interface MrtdDocumentData {
        challengeSigned: string;
        dg1: string;
        dg11: string;
        iasPk: string;
        sodIas: string;
        sodMrtd: string;
    }
    Index

    Properties

    challengeSigned: string

    Anti-Cloning signed challenge response (base64)

    dg1: string

    Data Group 1 - MRZ info (base64)

    dg11: string

    Data Group 11 - additional personal data (base64)

    iasPk: string

    IAS public key in DER format (base64)

    sodIas: string

    Security Object of Document for IAS (base64)

    sodMrtd: string

    Security Object of Document for MRTD (base64)