Skip to main content

ASiC Signer Properties

info

See the Common Properties for configuration options of the AdES Signer.

The implementation class of the ASiC Signer is:

  • For ASiC with XAdES:
com.czertainly.signserver.module.asic.signer.ASiCWithXAdESSigner
  • For ASiC with CAdES:
com.czertainly.signserver.module.asic.signer.ASiCWithCAdESSigner

It contains the integration with the DSS framework and extends the Worker interface of the SignServer. If you want to use the ASiC Signer, you must specify this property. The ASiC Signer will check the following configuration properties.

PropertyDescriptionDefault ValueMandatory
CONTAINER_TYPEThe container type for the ASiC signature format.
Allowed values are:
  • ASiC-S - ASiC Simple allows you to associate one or more signatures with a single data element
  • ASiC-E - ASiC Extended includes multiple data objects. Each data object may be signed by one or more signatures which structure is similar to ASiC-S
NONEYES