Repository folder
The repository folder is located in the "esign-home/repository" physical path. This is the folder where documents, signatures, certificate revocation lists (CRLs) and statistics are stored when using the file system based repository.
Artifacts
This folder will contain a sub folder for each created document with their names corresponding to the corresponding documents' id. Within each of these folders three files are expected to be produced:
-
Artifact file - containing the actual pdf.
-
Data file - containing the data associated to the pdf such as input fields, variables, etc.
-
Shrinked file - the shrank pdf file
Signatures
If a document is created with the artifact variable "STORE_SIGN" set to true signatures will be temporarily stored in the "esign-home/repository/signatures" path while the document is not submitted. Similarly to how the artifacts folder is organized, for each signature there will be a folder with the name corresponding to {document’s id} - {signature field’s id}. The folder is expected to contain two files:
-
Artifact file - contains the signature’s corresponding byte data.
-
Data file - contains all the information associated to a signature, i.e. the provider, the type of signature, the signing method, its associated document and its last modification date.