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

    Class SecurityObject

    Structure is used to describe the contents of a single document security object (SO) and the results of its check within the context of the communication session with electronic document.

    Index
    fileReference: number

    Reference to the source file of the security object data.

    notifications: number[]

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

    objectType?: string

    Security object identifier.

    signerInfos: SignerInfo[]

    List of containers to store information about digital signature objects contained in the SO.

    version: number

    Security object version.

    • Allows you to deserialize object.

      Parameters

      • jsonObject: any

      Returns SecurityObject | null