@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface RfidApplication

    Structure is used to describe the contents of a single LDS application and their analysis within the context of the communication session with electronic document

    RfidApplication

    interface RfidApplication {
        ApplicationID: string;
        DataHashAlgorithm: string;
        Files: RfidDataFile[];
        Status: RFIDErrorCodes;
        Type: RfidApplicationType;
        UnicodeVersion: string;
        Version: string;
    }
    Index

    Properties

    ApplicationID: string

    Application identifier

    RfidApplication

    DataHashAlgorithm: string

    Algorithm for calculating hash values for files for the procedure of PA

    RfidApplication

    Files: RfidDataFile[]

    List of containers to store information about the read files of the application

    RfidApplication

    RfidApplication

    RfidApplication

    UnicodeVersion: string

    Unicode version for application

    RfidApplication

    Version: string

    Version of the application

    RfidApplication