Hierarchy
-
BaseItemData
- EntitySign
Properties
Readonly __createdAt
Date and time of creation.
Readonly __createdBy
Object’s author.
Optional Readonly __deletedAt
Date and time of deletion.
Readonly __id
ID of the object.
__name
Name of the object.
Readonly __updatedAt
Date and time of change.
Readonly __updatedBy
Author of the last change.
activationLink
Link to activate the certificate.
body
Signed data.
The field stores the signature’s body in the base24
format.
If a file was signed, the field stores the ID of the file’s body, not the content.
cert
Public key of the digital signature in the base24
format.
comment
Comment to the signature.
content
Signed data.
createdAt
Date of creation.
hash
Hash calculated for the signed content.
Hash used to determine which file version was signed.
id
ID of the signature.
lastSyncTime
Date and time of the last synchronization of the signing status with the digital signature provider.
operationStatus
Document signing operation status.
phone
Phone number specified if signing is confirmed by phone.
provider
Digital signature provider used for signing data.
sign
Content of the calculated signature.
The field stores the signature’s body in the base64
format.
status
Signature status.
statusMessage
Message specifying the signature’s status.
The fields stores the comment to the current status of the signature.
type
Type of the calculated signature.
userID
ID of the user who signed the item.
validUntilAt
Date and time until which the certificate can be used to sign documents.
Methods
createAttributesFile
-
Returns Promise<FileItem | undefined>
File with the attributes of an app item that have been signed.
createSignFile
-
Returns Promise<FileItem>
File with the signature.
getDetails
-
Returns Promise<SignDetails>
Data stored in an app item’s signature