Signers Algorithm Support
This page lists algorithms that typically work with Signers in SignServer. Since some Signers do not support specific algorithms, check the Signer-specific algorithm support pages. Additionally, as Signers rely on support for the algorithm in the Crypto Token used, review that the desired algorithm is supported by the configured Crypto Token.
The following lists supported algorithms that are known to work with most Workers and therefore the list may not be complete.
Signature Algorithms
Support | Algorithm Name | Also Known As |
|---|---|---|
| SHA256withRSA | RSASSA-PKCS1_v1.5 using SHA256 |
| SHA384withRSA | RSASSA-PKCS1_v1.5 using SHA384 |
| SHA512withRSA | RSASSA-PKCS1_v1.5 using SHA512 |
| SHA256withRSAandMGF1 | RSASSA-PSS using SHA256 |
| SHA384withRSAandMGF1 | RSASSA-PSS using SHA384 |
| SHA512withRSAandMGF1 | RSASSA-PSS using SHA512 |
| SHA256withECDSA | ECDSA using SHA256 |
| SHA384withECDSA | ECDSA using SHA384 |
| SHA512withECDSA | ECDSA using SHA512 |
Digest Algorithms
Support | Algorithm Name |
|---|---|
| SHA256 |
| SHA384 |
| SHA512 |