The XML Signer creates enveloped XML signatures using XMLDSig.
Fully qualified class name: org.signserver.module.xmlsigner.XMLSigner
To download a sample configuration file for this Worker, see Sample Worker Configurations.
For information on the interfaces this Worker can be called through, see Supported Interfaces by Worker.
Property | Default | Description |
|---|
DIGESTALGORITHM | Depends on the signer’s private key | Specifies the digest algorithm. The default value depends on the signer’s private key: Supported Digest Algorithms: SHA1 SHA256 SHA384 SHA512 RIPEMD160
|
SIGNATUREALGORITHM | Depends on the signer’s private key | Specifies the algorithm used to sign the data. The default value depends on the signer’s private key: Supported Signature Algorithms: SHA1withRSA SHA256withRSA SHA384withRSA SHA512withRSA SHA1withECDSA SHA256withECDSA SHA384withECDSA SHA512withECDSA
|