The object contains basic information about a signature (data from the public key extracted from it). The data is extracted according to RFC 5652.

Hierarchy

  • SignDetails

Properties

certSerialNumber

certSerialNumber: string

Number of the certificate.

certValidUntilAt

certValidUntilAt: string

Certificate expiration date.

chain

chain: CertData[]

Information about the certificate chain.

The field stores an object that contains information extracted from the certificate. Both standard and additional fields are extracted to this field.

commonName

commonName: string

Name of the certificate.

createdBy

createdBy: string

Signature author.

issuer

issuer: CertNames

Information about the issuer of the certificate.

The field stores an object that contains information extracted from the certificate. Both standard and additional fields are extracted to this field.

provider

provider: SignProvider

Digital signature provider used for signing data.

signDate

signDate: string

Signing date.

signValidUntilAt

signValidUntilAt: string

Signature expiration date.

status

status: SignStatus

Signature status.

subject

subject: CertNames

Information about the certificate owner.

The field stores an object that contains information extracted from the certificate. Both standard and additional fields are extracted to this field.

type

type: SignType

Signature type.