Structure is used to store the result of the verification of a single digital signature of the number present in EF.SOD.

Constructors

Properties

certificateChain: CertificateChain[]

Certificate chain, used for the digital signature verification.

dataToHash?: string

Data to hash.

digestAlgorithm?: string

Digital signature hash-function algorithm identifier.

issuer?: Authority

Identifier of the necessary certificate issuer.

notifications: number[]

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

paStatus: number

Result of the digital signature verification.

serialNumber?: RFIDValue

Serial number of the necessary certificate.

signature?: RFIDValue

Binary data of the verified digital signature.

signatureAlgorithm?: string

Digital signature algorithm identifier.

signedAttributes: Extension[]

List of the signed attributes.

subjectKeyIdentifier?: RFIDValue

Signature object identifier of the necessary certificate.

version: number

Version of the digital signature data structure.

Methods

  • Allows you to deserialize object.

    Parameters

    • jsonObject: any

    Returns SignerInfo