Skip to main content

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:

PropertyDescriptionDefault ValueMandatoryMetadata Support
ENCRYPTIONALGORITHMEncryption algorithm to use with the signature algorithm, for example RSASSA-PSS.Taken from the Subject Public Key Info of the signing certificate.NOYES
DIGESTALGORITHMDigest algorithm that was used to compute the hash to be signed.SHA-256NOYES
METADATA_PROPERTY_OVERRIDE_ALLOWEDContains 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.NONENONO

Batch Signing with Raw Signer

The Raw Signer supports batch signing operations according to the Batch Signing.