JAdES Signer Properties
info
See the Common Properties for configuration options of the AdES Signer.
The implementation class of the JAdES Signer is:
com.czertainly.signserver.module.jades.signer.JAdESSigner
It contains the integration with the DSS framework and extends the Worker interface of the SignServer. If you want to use the JAdES Signer, you must specify this property. The JAdES Signer will check the following configuration properties.
Property | Description | Default Value | Mandatory |
---|---|---|---|
SIGNATURE_PACKAGING | Sets the signature packaging. Allowed values are:
| NONE | YES |
JWS_SERIALIZATION_TYPE | Sets the JWS serialization type. Allowed values are:
| NONE | YES |
SIGD_MECHANISM | Sets signature mechanism to use for a detached signature packaging. Allowed values are:
| NONE | Mandatory when the signature packaging = DETACHED |
BASE64_URL_ENCODED_PAYLOAD | Sets if base64Url encoded payload shall be used. | true | NO |
BASE64_URL_ENCODED_ETSI_COMPONENTS | Sets if the instances of the etsiU header shall appear in their corresponding base64url encoding. | true | NO |