XML Signer
Fully qualified class name: org.signserver.module.xmlsigner.XMLSigner
Overview
The XML Signer creates enveloped XML signatures using XMLDSig.
The signed XML document can be validated using the XML Validator.
Available Properties
Property |
Description |
SIGNATUREALGORITHM |
Property specifying the algorithm used to sign the data. Default: depending on the signer's private key: SHA256withDSA for DSA keys, SHA256withRSA for RSA keys, and SHA256withECDSA for ECDSA keys. Supported Signature Algorithms:
|
DIGESTALGORITHM |
Property specifying the digest algorithm. Default: depending on the signature algorithm: SHA256 for SHA256withRSA and SHA256withECDSA, SHA512 for SHA512withRSA and SHA512withECDSA. Supported Digest Algorithms:
|