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

    Class VDSData

    Visible Digital Seal.

    Index
    certificate?: string
    certificateChain: CertificateChain[]

    The certificate chain, used for the digital signature verification.

    docFeatures: DocFeature[]

    The doc features.

    docIssueDate?: string
    docType?: number
    featureRef?: number
    issuingCountry?: string

    Three letter code identifying the issuing state or organization.

    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.

    signatureDate?: string
    signer?: string
    type?: number
    version?: number

    Visible Digital Seal use case version.

    • Allows you to deserialize object.

      Parameters

      • jsonObject: any

      Returns VDSData | null