@regulaforensics/document-reader
    Preparing search index...

    Class VDSNCData

    Visible Digital Seal for Non Constrained environments.

    Index
    certificate?: BytesData

    The binary data of the signer certificate.

    certificateChain: CertificateChain[]

    The certificate chain, used for the digital signature verification.

    issuingCountry?: string

    Three letter code identifying the issuing state or organization.

    message?: Record<string, any>

    The message field contains the actual data as a dictionary (JSON).

    notifications: number[]

    The list of remarks occured during the scanning procedure. Each element belongs to the LDSParsingErrorCodes or the LDSParsingNotificationCodes.

    signature?: BytesData

    The binary data of the verified digital signature.

    signatureAlgorithm?: string

    The signature algorithm used to produce the signature. ECDSA scheme.

    type?: string

    Visible Digital Seal use case type. Type is set to icao.test for Proof of Testing (data defined by CAPSCA), icao.vacc for Proof of Vaccination (data defined by WHO). Other Types may be added in the future.

    version: number

    Visible Digital Seal use case version.

    • Allows you to deserialize object.

      Parameters

      • jsonObject: any

      Returns VDSNCData | null