Skip to main content
Skip table of contents

CryptoWorker

The Crypto Worker is a worker not performing any operations on its own and instead only hosts a Crypto Token that can be referenced by other workers.
Fully-qualified class name: org.signserver.server.signers.CryptoWorker.

The CryptoWorker implementation has only the mandatory properties and does not define any extra worker properties:

Property

Description

NAME = <worker>

Provide a good descriptive name of the worker. Alternatively, a logical name that is easy to keep track of.

TYPE = <worker type>

Currently worker type may be one of the following:

  • UNKNOWN: Indicating that the type is not yet known/set.

  • PROCESSABLE: Processable worker that can be invoked to process (for instance sign) data.

  • TIMED_SERVICE: Worker scheduled to be run at some interval.

  • SPECIAL: Not a callable or schedulable worker. Reserved for future use.

  • CRYPTO_WORKER: A special worker only holding a crypto token mainly to be used by other workers.

DISABLED

Setting this to true disables a worker. A disabled worker cannot perform any operations and any requests to the worker will fail. The status is visible on the Workers Page.

Default: false.

Disabled workers are not included in the Health Check report.

IMPLEMENTATION_CLASS

Provide the fully-qualified class name of the worker.

For a setup guide, see Set up a Crypto Worker.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.