Discuss this help topic in SecureBlackbox Forum
General information about ASiC
ASiC (Associated Signature Containers) is used to bind a number of signed objects (documents, images, and other content) with signatures and/or timestamps.
What you should know about ASiC:
Two ASiC formats are defined: ASiC-S (Simple) and ASiC-E (Extended).
An ISiC-S container should include only one document; the document may have the following attachments: a CAdES signature (parralel signatures are allowed), and/or a XAdES signature, and/or a timestamp.
An ASiC-E may include multiple documents, with multiple CAdES signatures, XAdES signatures, and timestamp tokens. To distinguish the data signed by different signatures, manifest files are used.
ASiC container is a ZIP archive, but it is recommended to use ".asics" or ".scs" extension for ASiC-S files, and ".asice" or ".sce" for ASiC-E files.
The archive can have the following service entries:
In SecureBlackbox all high level ASiC functionality is implemented in TElASiCContainer class, which is a descendant of TElZipWriter.