Raw Signer Properties
The implementation class of the Raw Signer is:
com.czertainly.signserver.module.raw.RawSigner
The Raw Signer is used to create raw digital signatures for precomputed hashes. It supports the following configuration properties:
| Property | Description | Default Value | Mandatory | Metadata Support |
|---|---|---|---|---|
| ENCRYPTIONALGORITHM | Encryption algorithm to use with the signature algorithm, for example RSASSA-PSS. | Taken from the Subject Public Key Info of the signing certificate. | NO | YES |
| DIGESTALGORITHM | Digest algorithm that was used to compute the hash to be signed. | SHA-256 | NO | YES |
| METADATA_PROPERTY_OVERRIDE_ALLOWED | Contains list of comma-separated properties that are allowed to be overridden using metadata. The name of the property should match the name of the property in the configuration. | NONE | NO | NO |
Batch Signing with Raw Signer
The Raw Signer supports batch signing operations according to the Batch Signing.