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: - SHA256withDSA
- SHA1withRSA
- SHA256withRSA
- SHA384withRSA
- SHA512withRSA
- SHA1withECDSA
- SHA256withECDSA
- SHA384withECDSA
- SHA512withECDSA
|
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: - SHA1
- SHA256
- SHA384
- SHA512
- RIPEMD160
|