Basic Crypto Worker
EntrustSAMCryptoWorker
authenticates to the Entrust SAM using the certificate and key pair provided by any implementation of the Crypto Token.
The implementation class of the EntrustSAMCryptoWorker
is:
IMPLEMENTATION_CLASS=com.czertainly.signserver.module.entrustsam.EntrustSAMCryptoWorker
warning
This implementation requires the SignServer Enterprise Edition version 5.5.0 and higher to access the crypto instances from other Workers
.
info
The EntrustSAMCryptoWorker
requires to be configured with the following properties:
CRYPTOTOKEN_IMPLEMENTATION_CLASS=com.czertainly.signserver.module.entrustsam.EntrustSAMCryptoToken
It is not compatible with other Crypto Token implementations.
The EntrustSAMCryptoWorker
will check the following configuration properties.
Property | Description | Default Value | Mandatory |
---|---|---|---|
CRYPTOTOKEN_IMPLEMENTATION_CLASS | Implementation class of the source Entrust SAM Crypto Token. Must be set to EntrustSAMCryptoToken. | NONE | YES |
OTHER_SIGNERS | Sets the reference to the Crypto Token containing the key that is used to authenticate to the Entrust SAM. Only one value should be specified for this attribute. In case it contains multiple comma separated references to Crypto Token, the first one is taken. | NONE | YES |