Fully qualified class name: org.signserver.module.xmlsigner.XMLSigner
The XML Signer creates enveloped XML signatures using XMLDSig.
The signed XML document can be validated using the XML Validator.
Property | Description |
|---|
DIGESTALGORITHM | Specifies the digest algorithm. The default value depends on the signer’s private key: Supported Digest Algorithms: SHA1 SHA256 SHA384 SHA512 RIPEMD160
|
SIGNATUREALGORITHM | 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
|